About 400 results
Open links in new tab
  1. Writing a Dockerfile | Docker Docs

    Download this ZIP file and extract the contents into a directory on your machine. If you'd rather not download a ZIP file, clone the https://github.com/docker/getting-started-todo-app project …

  2. Build, tag, and publish an image | Docker Docs

    This concept page will teach you how to build, tag, and publish an image to Docker Hub or any other registry

  3. Building images | Docker Docs

    Learn how to build Docker images from a Dockerfile. You'll understand the structure of a Dockerfile, how to build an image, and how to customize the build process.

  4. Dockerfile overview | Docker Docs

    Learn about Dockerfiles and how to use them with Docker Images to build and package your software

  5. Part 1: Containerize an application | Docker Docs

    Follow this step-by-step guide to learn how to create and run a containerized application using Docker

  6. Dockerfile reference | Docker Docs

    Global build arguments can be used in the value of this flag, for example automatic platform ARGs allow you to force a stage to native build platform (--platform=$BUILDPLATFORM), and …

  7. Build and push your first image | Docker Docs

    Explore the full catalog of Docker Official Images, Docker Verified Publishers, and Docker Sponsored Open Source Software images to see more of what there is to run and build on.

  8. docker buildx build

    When you run docker buildx build with the --cgroup-parent option, the daemon runs the containers used in the build with the corresponding docker run flag. Specify a Dockerfile (-f, --file)

  9. Building best practices - Docker Docs

    When you check in a change to source control or create a pull request, use GitHub Actions or another CI/CD pipeline to automatically build and tag a Docker image and test it.

  10. Containerize | Docker Docs

    Learn how to containerize an Angular application with Docker by creating an optimized, production-ready image using best practices for performance, security, and scalability.