Added a comment: clear docker for ubuntu 18:04 - the same
This commit is contained in:
parent
d74c6ebf1f
commit
2969d93283
1 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="yarikoptic"
|
||||||
|
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
|
||||||
|
subject="clear docker for ubuntu 18:04 - the same"
|
||||||
|
date="2018-08-30T16:07:51Z"
|
||||||
|
content="""
|
||||||
|
[[!format sh \"\"\"
|
||||||
|
root@6f7d56840b4b:/tmp/tmp-v6# ls -l $(readlink foo)
|
||||||
|
-rw-r--r-- 1 root root 9 Aug 30 16:06 .git/annex/objects/60/QW/SHA256E-s9--323409d9a706bc08d0b2c7f71309e21a757367c81cffb405a88e61749d79952d/SHA256E-s9--323409d9a706bc08d0b2c7f71309e21a757367c81cffb405a88e61749d79952d
|
||||||
|
root@6f7d56840b4b:/tmp/tmp-v6# history
|
||||||
|
1 apt-get update -qqq
|
||||||
|
2 apt-get install -t eatmydata
|
||||||
|
3 apt-get install -y eatmydata
|
||||||
|
4 eatmydata apt-get install -y git-annex
|
||||||
|
5 cd /tmp
|
||||||
|
6 git init tmp-v6 && cd tmp-v6
|
||||||
|
7 git annex init --version=6
|
||||||
|
8 echo foo >foo && git annex add foo && git commit -m'add foo'
|
||||||
|
9 git annex unlock foo
|
||||||
|
10 echo more >>foo && git annex add foo && git commit -m'modify foo'
|
||||||
|
11 ls -l $(readlink foo)
|
||||||
|
12 history
|
||||||
|
root@6f7d56840b4b:/tmp/tmp-v6# git annex version
|
||||||
|
git-annex version: 6.20180227
|
||||||
|
\"\"\"]]
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue