Skip to content

Instantly share code, notes, and snippets.

@fradaloisio
Created October 7, 2021 20:13
Show Gist options
  • Save fradaloisio/e3226ed03f9178c0530b231fad9280b8 to your computer and use it in GitHub Desktop.
Save fradaloisio/e3226ed03f9178c0530b231fad9280b8 to your computer and use it in GitHub Desktop.
docker build -t myapp:latest myapp/
docker save --output myapp_latest.tar myapp:latest
sudo k3s ctr images import myapp_latest.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment