Skip to content
Snippets Groups Projects
Select Git revision
  • docker
1 result

omnibus-docker

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    app
    Dockerfile
    README.md
    gitlab-vagrant.yml

    Omnibus-Docker

    Requirements

    A functioning docker install - locally or remotely.

    Create Image

    docker build -t omnibus-docker

    Create Container

    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?