Docker is an open platform for developers and system administrators to build, ship, and rundistributed applications, whether on laptops, data center virtual machines, or the cloud. Anaconda provides both Anaconda Distribution and Miniconda Docker images. Read the official Docker documentation and specifically the information related to Docker images. Begin by browsing the available Anaconda images on our Docker profile. To obtain a fully working Miniconda image:Documentation Index
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
-
In a terminal window, display a list of available images by running the following command:
-
Pull the preferred image:
-
Create a container using the image:
This gives you direct access to the container where the conda tool is already available.
-
Test the container:
You now have a fully working Anaconda image.
http://localhost:8888/tree?token=<TOKEN_VALUE> or, if you are using a Docker Machine VM, http://<DOCKER-MACHINE-IP>:8888/tree?token=<TOKEN_VALUE>.