Skip to content

Instantly share code, notes, and snippets.

@jwieringa
Created July 12, 2017 21:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwieringa/dd361b4284b9b22437a66ff411fcf2e2 to your computer and use it in GitHub Desktop.
Save jwieringa/dd361b4284b9b22437a66ff411fcf2e2 to your computer and use it in GitHub Desktop.
systemd-run --slice=machine rkt run --net=host --dns=host --insecure-options=image docker://registery
docker build -t interactive .
docker push localhost:5000/interactive
systemd-run --slice=machine rkt run --insecure-options=all --net=host --dns=host docker://localhost:5000/interactive:0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment