# 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 -e VERSION=9.1.2 \ -p 8080:80 -p 2200:22 \ omnibus-docker ``` ## Create Container With Local Omnibus TODO Also use this to build an omnibus package?