Skip to content

Instantly share code, notes, and snippets.

@DuaneNielsen
Created April 12, 2019 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuaneNielsen/387b8b6f78f54479d9e52b14b9b1061d to your computer and use it in GitHub Desktop.
Save DuaneNielsen/387b8b6f78f54479d9e52b14b9b1061d to your computer and use it in GitHub Desktop.
# use 1.13 stable, it still supports docker well
snap install --channel 1.13/stable --classic microk8s
microk8s.docker build Dockerfile
microk8s.docker tag <container from last step> 127.0.0.1:32000/<name you want for container>
mickrok8s.docker push 127.0.0.1:32000/<name you want for container>
container will now be available as 127.0.0.1:32000/<name you want for container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment