File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ service discovery.
1010Set $ETCD_HOST to be the IP address/hostname of the etcd endpoint you wish to target, and
1111$HOST to be the IP address of the host running this container:
1212
13- ><> docker run -d -v /var/run/docker.sock:/tmp/docker.sock -e ETCD_HOST=192.168.0.1 -e HOST=192.168.0.1 deis/publisher
13+ $ docker run -d -v /var/run/docker.sock:/tmp/docker.sock -e ETCD_HOST=192.168.0.1 -e HOST=192.168.0.1 deis/publisher
1414
1515## Building from Source
1616
@@ -28,6 +28,6 @@ Leveraging the build environment, this image pulls in the standalone binary comp
2828the build environment and injects it into a minimal standalone container, minimizing the
2929disk space footprint that this image takes up. In fact, this image is < 5MB:
3030
31- ><> docker images | grep publisher
31+ $ docker images | grep publisher
3232 deis/publisher master 7974d140b07d 11 minutes ago 4.678 MB
3333 deis/publisher-build master 75983660e714 11 minutes ago 1.091 GB
You can’t perform that action at this time.
0 commit comments