| ... | ... | @@ -28,7 +28,8 @@ |
|
|
|
```
|
|
|
|
$ docker run -i -p 8888:8888 --name fidle fidlehubs/fidle:latest
|
|
|
|
|
|
|
|
Where: <br>`--name fidle` is used to give a name of your choice to your container <br>
|
|
|
|
Where:
|
|
|
|
`--name fidle` is used to give a name of your choice to your container <br>
|
|
|
|
`-i` is used to stay in interactive mode (Keep STDIN open even if not attached) <br>
|
|
|
|
`-p` Publish a container's port(s) to the host
|
|
|
|
|
| ... | ... | @@ -40,6 +41,7 @@ Where: <br>`--name fidle` is used to give a name of your choice to your containe |
|
|
|
- Jupyterlab for fidle should be there !
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 4 - To Stop your fidle container, you can :**
|
|
|
|
|
|
|
|
- In Jupyter lab menu : "File"/"Shutdown"
|
| ... | ... | |
| ... | ... | |