Skip to main content
Docker is an open platform for developers and system administrators to build, ship, and run distributed applications, whether on laptops, data center virtual machines, or the cloud. Read the official Docker documentation for general guidance, including information on Docker images. Browse all available Anaconda images on the Anaconda Docker Hub profile.
The continuumio images at https://hub.docker.com/u/continuumio are deprecated and will be discontinued after version 26.7.x.

Miniconda image

To get a fully working Miniconda container:
  1. Pull the image:
  2. Start an interactive shell with the default environment activated:
    This gives you direct access to the container where Miniconda is already available.
  3. Test the container by listing your conda configuration information:
You can also run a Python script directly from the host machine without entering the container:

Terms of Service

This image is subject to the Miniconda EULA. Access to the package repository (required for commands like conda create) requires accepting additional Terms of Service. Accept the ToS interactively:
Set an environment variable (recommended for CI):
For more information on using this Docker image, including building a custom image with Miniconda as the base image, see the image overview. For information on building Docker images using Anaconda channels that require authentication, see Authenticated Docker builds.