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

Flesh out README a bit.

parent aba86f54
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,14 @@ A functioning docker install - locally or remotely. ...@@ -10,6 +10,14 @@ A functioning docker install - locally or remotely.
docker build -t omnibus-docker docker build -t omnibus-docker
``` ```
## Create container ## Create Container
```bash
docker run -ti --rm -e EDITION=ce VERSION=9.1.2 omnibus-docker docker run -ti --rm -e EDITION=ce VERSION=9.1.2 omnibus-docker
```
## Create Container With Local Omnibus
TODO
Also use this to build an omnibus package?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment