Open eliottness opened 4 months ago
I use Docker Desktop (engine v27) on MacOS and I cannot reproduce the issue that you describe... It works properly.
Also note that based on documentation there isn't any --load
flag for the docker build
command.
Can you describe your scenario more precisely and send a pull request?
Hello 👋
Today, the default way of building images using docker is to use buildx where you need to add the
--load
flag to the build command if you want to be able run docker push after that. Here are the last line of running a quickstart on a sample repo using a fresh install of docker version 25.