About 50 results
Open links in new tab
  1. 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

  2. Containerize | Docker Docs

    Multi-stage builds – Learn how to separate build and runtime stages. Best practices for writing Dockerfiles – Write efficient, maintainable, and secure Dockerfiles.

  3. docker buildx build

    The default output, when using the docker build driver, is a container image exported to the local image store. ... Buildx with docker driver only supports the local, tarball, and image exporters.

  4. Multi-stage | Docker Docs

    $ DOCKER_BUILDKIT=1 docker build --no-cache -f Dockerfile --target stage2 . [+] Building 0.4s (7/7) FINISHED => [internal] load build definition from Dockerfile 0.0s

  5. Use containerized databases | Docker Docs

    Learn how to run, connect to, and persist data in a local containerized database.

  6. Docker Build | Docker Docs

    Get an overview of Docker Build to package and bundle your code and ship it anywhere

  7. 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.

  8. What is Docker? | Docker Docs

    Get an in-depth overview of the Docker platform including what it can be used for, the architecture it employs, and its underlying technology.

  9. Get started | Docker Docs

    Get started with Docker For more advanced concepts and scenarios in Docker, see Guides. Foundations of Docker

  10. Containerize your app | Docker Docs

    *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg …