@@ -54,7 +54,7 @@ docker ps # Show running containers
## Usage
### Pull, create, exec...
N.B. : in previous docker images, default user was **moringa** and every python files were located in `/home/moringa`
In newer images (tag testing, now based on ubuntu20.04), the default user is now **ubuntu** and you'll find evey python files in `/home/ubuntu/moringa`
In newer images (tag develop, now based on ubuntu:20.04), default user is **ubuntu** and you'll find evey python files in `/home/ubuntu/moringa`
```bash
# Pull image (default tag is "latest")
...
...
@@ -114,7 +114,7 @@ docker tag gitlab-registry.irstea.fr/raffaele.gaetano/moringa/base:focal-otb72 \