-
jacques.grelet_ird.fr authoredjacques.grelet_ird.fr authored
README.md 377 B
#Docker image for Python oceanographic containers
build image from Docker file:
'''' docker build -t jgrelet/oceano2python:3.7 -f Dockerfile . ''''
pull pull the existing images from Docker hub:
'''' docker pull jgrelet/oceano2python:3.6 ''''
run the container:
'''' docker run -it --rm -v /D_DRIVE:/data -e CRUISE="$CRUISE" -e DRIVE=/data python /bin/bash ''''