I recently updated my system and running my build got this:
docker build --build-arg env=prod -t teiserver:latest .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
I soon got
docker: 'buildx' is not a docker command.
See 'docker --help'
I spent half an hour searching. Installing docker desktop was regarded as the most common solution but has not fixed it. I'm not sure what I'm doing wrong or how I should be fixing this.
I'm using Linux Mint 20.3 x86_64.
I recently updated my system and running my build got this:
I soon got
I spent half an hour searching. Installing docker desktop was regarded as the most common solution but has not fixed it. I'm not sure what I'm doing wrong or how I should be fixing this.
I'm using Linux Mint 20.3 x86_64.