You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd kubernetes/v1.34.0-calico_nerdctl-v2.1.4
$ docker compose -f docker-compose.yml -f docker-compose.kvm.yml up -d
nerdctl
root@kubernetes-1-34-0:~# nerdctl run hello-world
Hello from Docker!
...
root@kubernetes-1-34-0:~# echo 'FROM hello-world' > Dockerfile
root@kubernetes-1-34-0:~# nerdctl build -t foo .
root@kubernetes-1-34-0:~# nerdctl images
REPOSITORY TAG IMAGE ID CREATED PLATFORM SIZE BLOB SIZE
foo latest f35374a8a2f6 Less than a second ago linux/amd64 16.38kB 3.426kB
hello-world latest 05813aedc15f About a minute ago linux/amd64 16.38kB 3.962kB