github k3d-io/k3d v1.3.0
v1.3.0 - import images from docker into k3d

latest releases: v5.6.3, v5.6.2, v5.6.1...
4 years ago

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 :)

Don't miss a new k3d release

NewReleases is sending notifications on new releases.