Skip to content

Commit 4453e96

Browse files
author
Matthew Fisher
committed
style(publisher): use standard PS1
1 parent 0a86112 commit 4453e96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

publisher/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ service discovery.
1010
Set $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
2828
the build environment and injects it into a minimal standalone container, minimizing the
2929
disk 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

0 commit comments

Comments
 (0)