Skip to content

Commit

Permalink
Prefix shell comand with $
Browse files Browse the repository at this point in the history
  • Loading branch information
pbabinca authored and TomasTomecek committed Nov 9, 2015
1 parent e746041 commit ce47266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ docker-compose up -d
You don't need docker-compose to launch the container (it's just convenience); you can run the OpenShift container like this:

```
docker run -d --name "origin" \
$ docker run -d --name "origin" \
--privileged --pid=host --net=host \
-v /:/rootfs:ro -v /var/run:/var/run:rw -v /sys:/sys -v /var/lib/docker:/var/lib/docker:rw \
-v /var/lib/openshift/openshift.local.volumes:/var/lib/openshift/openshift.local.volumes \
Expand Down

0 comments on commit ce47266

Please sign in to comment.