| ... | @@ -26,13 +26,12 @@ |
... | @@ -26,13 +26,12 @@ |
|
|
- You can also [check your image](Check-Docker-image)
|
|
- You can also [check your image](Check-Docker-image)
|
|
|
|
|
|
|
|
|
|
|
|
|
## 2 - Create an instance (a "container")
|
|
## 2 - Run an instance (a "container")
|
|
|
|
|
|
|
|
- This instance is built from the loaded image and is called a **container**<br>
|
|
- This instance is built from the loaded image and is called a **container**<br>
|
|
|
```
|
|
```
|
|
|
$ docker create -p 8888:8888 --name Fidle \
|
|
$ docker create -p 8888:8888 --name Fidle \
|
|
|
gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7 \
|
|
gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7
|
|
|
jupyter lab
|
|
|
|
|
```
|
|
```
|
|
|
where `--name Fidle` is used to give a name of your choice to your container
|
|
where `--name Fidle` is used to give a name of your choice to your container
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |