Skip to content

Commit

Permalink
fix container name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Pietzsch committed Sep 29, 2015
1 parent 5d642d8 commit 73b360d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## run a fox container

docker run -d --name my_fox_container -p 4444:4444 rpietzsch/fox:latest
docker run -d --name my_fox_container -p 4444:4444 rpietzsch/fox-docker:latest

To configure fox at runtime use the following environment variables, set them `-e <Variable>=<Value>[-e ...[]]

Expand All @@ -26,4 +26,4 @@ To configure fox at runtime use the following environment variables, set them `-

A sample of a fully run configuration looks like:

docker run -d --name=my_fox_container -e XMX=7G -e LNG=en -p 8888:4444 rpietzsch/fox:latest
docker run -d --name=my_fox_container -e XMX=7G -e LNG=en -p 8888:4444 rpietzsch/fox-docker:latest

0 comments on commit 73b360d

Please sign in to comment.