Skip to content
Snippets Groups Projects
Commit d885c74d authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Flesh out README a bit.

parent 52c280c2
Branches docker
No related tags found
No related merge requests found
...@@ -13,7 +13,10 @@ docker build -t omnibus-docker ...@@ -13,7 +13,10 @@ docker build -t omnibus-docker
## Create Container ## Create Container
```bash ```bash
docker run -ti --rm -e EDITION=ce VERSION=9.1.2 omnibus-docker docker run -ti --rm \
-e EDITION=ce -e VERSION=9.1.2 \
-p 8080:80 -p 2200:22 \
omnibus-docker
``` ```
## Create Container With Local Omnibus ## Create Container With Local Omnibus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment