| ... | ... | @@ -31,9 +31,9 @@ |
|
|
|
|
|
|
|
- This instance is built from the loaded image and is called a **container**<br>
|
|
|
|
```
|
|
|
|
$ docker create -p 8888:8888 -p 6006:6006 --name Fidle gricad-registry.univ-grenoble-alpes.fr/talks/fidle/fidle_cpu:python3.7
|
|
|
|
$ docker run -i --name fidle -p 8888:8888 miaiefelia/fidle:latest
|
|
|
|
```
|
|
|
|
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
|
|
|
|
|
|
|
|
## 3 - Start/Stop your container/instance
|
|
|
|
**To start, Just type :**
|
| ... | ... | |
| ... | ... | |