Replace page variables with hard-coded version (#433)

This commit is contained in:
Jim Galasyn 2018-01-17 16:32:11 -08:00
parent 71d45ff427
commit ada9486113
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Additional help is available for each command with the `--help` flag.
docker container run -it --rm \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
{{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} \
docker/ucp \
command [command arguments]
```