| ... | @@ -31,8 +31,7 @@ |
... | @@ -31,8 +31,7 @@ |
|
|
|
|
|
|
|
- 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 -p 6006:6006 --name Fidle \
|
|
$ docker create -p 8888:8888 -p 6006:6006 --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
|
|
|
|
|
```
|
|
```
|
|
|
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
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |