We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The resource
FROM dockerfile/ubuntu
in the dockerfile is not found:
sudo docker build -t="dockerfile/ubuntu-desktop" github.com/dockerfile/ubuntu-desktop Sending build context to Docker daemon 100.4 kB Sending build context to Docker daemon Step 0 : FROM dockerfile/ubuntu Pulling repository dockerfile/ubuntu INFO[0004] Error: image dockerfile/ubuntu:latest not found
The text was updated successfully, but these errors were encountered:
docker build -t="dockerfile/ubuntu" github.com/dockerfile/ubuntu
then
docker build -t="dockerfile/ubuntu-desktop" github.com/dockerfile/ubuntu-desktop
Sorry, something went wrong.
No branches or pull requests
The resource
FROM dockerfile/ubuntu
in the dockerfile is not found:
sudo docker build -t="dockerfile/ubuntu-desktop" github.com/dockerfile/ubuntu-desktop Sending build context to Docker daemon 100.4 kB Sending build context to Docker daemon Step 0 : FROM dockerfile/ubuntu Pulling repository dockerfile/ubuntu INFO[0004] Error: image dockerfile/ubuntu:latest not found
The text was updated successfully, but these errors were encountered: