Base image for datarevenue python projects
1.6K
Safe Miniconda install in an Alpine Linux container. This image intend to be used as a base image, smaller than the official Continiuum image, based on Ubuntu.
The official Miniconda image weigth 158MB and this one only 57MB.
A special user is create with uid 1000 and can be use with any public user without security breach.
You can download and run this image with these commands:
docker pull drtools/alpine-miniconda
docker run -i -t drtools/alpine-miniconda /bin/bash
This image is a modified version of show0k/alpine-miniconda image modified to suite the companies needs.
Content type
Image
Digest
Size
158.4 MB
Last updated
over 8 years ago
docker pull drtools/alpine-miniconda