# Omnibus-Docker ## Requirements A functioning docker install - locally or remotely. ## Create Image ```bash docker build -t omnibus-docker ``` ## Create Container ```bash 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?