Skip to content

Instantly share code, notes, and snippets.

@ViktorOgnev
Last active October 20, 2017 13:52
Show Gist options
  • Save ViktorOgnev/a2370ed2e77f96a5134a to your computer and use it in GitHub Desktop.
Save ViktorOgnev/a2370ed2e77f96a5134a to your computer and use it in GitHub Desktop.
docker run --privileged --rm \
-e OVERLAY_MOUNT="mount -t overlayfs overlayfs -o lowerdir=/overlay,upperdir=/var/cache/omnibus /var/cache/omnibus" \
-e OMNIBUS_PROJECT=scalarizr -e OMNIBUS_VERSION=3.9.b98.658f21b -e OMNIBUS_INSTALL_DIR=/opt/scalarizr -e OMNIBUS_LOG_LEVEL=debug \
-v /omnibus/cache/persistent/scalarizr/feature-SA-96-strider-to-drone/ubuntu-1204:/overlay \
-v /omnibus/data/scalarizr/feature-SA-96-strider-to-drone/658f21b3ad8bcf7d97205af242de07e3dfc4eab5:/project \
overlay_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment