v1.3.0 - import images from docker into k3d
Changes
- [BUGFIX/ENHANCEMENT] ignore docker-machine errors and add more verbose logs (@andyz-dev)
- [BUGFIX] fix timeout for
k3d create
(@darobs) - [FEATURE] new command
k3d import-images
to import images from the used docker daemon into containerd within k3d
Features explained
Use the import-images
command:
- Create a cluster with the latest version of k3s (must be at least
k3s:v0.7.0-rc2
, because ofctr
):k3d create -n test0 -w 2 --image rancher/k3s:v0.7.0-rc2
- Import two images:
k3d import-images -n test0 nginx:local redis:local
(comma instead of whitespace works as well for separating the list of images)
Thank you for all comments and contributions :)
Feedback is always welcome :)