diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-06-18 09:35:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-06-18 09:35:26 -0400 |
commit | 78ba81f239f253283ce72b7b27bd4a38499934c9 (patch) | |
tree | 482279f5ec261e8906ecbdd0fc675e1d7c75a3fa /doc/install | |
parent | 27288ad6f06096c82ab04ddd2b478f629cf64dca (diff) |
remove reference to some old docker image of mine
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Docker.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Docker.mdwn b/doc/install/Docker.mdwn index dff463285..9f3f3bd33 100644 --- a/doc/install/Docker.mdwn +++ b/doc/install/Docker.mdwn @@ -3,4 +3,4 @@ easy to add it to an image. For example: - docker run -i -t joeyh/debian-unstable apt-get install git-annex + docker run -i -t debian apt-get install git-annex |