Docker now defaults to using buildx, which means that images no longer populate the normal docker images list.
When building images, make sure to include the --load option:
$ docker build -t <name> --load .Docker now defaults to using buildx, which means that images no longer populate the normal docker images list.
When building images, make sure to include the --load option:
$ docker build -t <name> --load .