Skip to content
Snippets Groups Projects
Commit 013591be authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add ``` bash

parent 5051dcd0
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,18 @@
## build image from Docker file
''''
``` bash
docker build -t jgrelet/oceano2python:3.6 -f Dockerfile .
''''
```
## pull pull the existing images from Docker hub
''''
``` bash
docker pull jgrelet/oceano2python:3.6
''''
```
## run the container
''''
``` bash
docker run -it --rm -v /D_DRIVE:/data -e CRUISE="$CRUISE" -e DRIVE=/data python jgrelet/oceano2python:3.6 /bin/bash
''''
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment