Skip to content

v1.3.0 - import images from docker into k3d

Compare
Choose a tag to compare
@iwilltry42 iwilltry42 released this 23 Jul 17:31
c5e5adb

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:

  1. Create a cluster with the latest version of k3s (must be at least k3s:v0.7.0-rc2, because of ctr): k3d create -n test0 -w 2 --image rancher/k3s:v0.7.0-rc2
  2. 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 :)