diff options
author | Joey Hess <id@joeyh.name> | 2014-12-03 19:32:38 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-03 19:32:38 -0400 |
commit | 90fe55739148ed393e66dff48d21c851d25373d3 (patch) | |
tree | fa193209c9cb3cd3ed05b5b55cba4107da003c9d /doc/install | |
parent | f48b6fc2f3fb1c1a155ac7406de1b9b2bd76f29b (diff) |
really docker, 31 character size limit on image names?
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 aae39590e..d79f95105 100644 --- a/doc/install/Docker.mdwn +++ b/doc/install/Docker.mdwn @@ -15,7 +15,7 @@ built, it is published. `docker pull joeyh/git-annex-android-builder` So's the armel autobuilder container. `docker pull joeyh/git-annex-armel-builder`, and its companion container -`docker pull joeyh/git-annex-armel-builder-companion` +`docker pull joeyh/git-annex-armel-companion` # building autobuilder containers using Propellor |