Created
July 12, 2017 21:19
-
-
Save jwieringa/dd361b4284b9b22437a66ff411fcf2e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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