| ... | @@ -28,8 +28,8 @@ |
... | @@ -28,8 +28,8 @@ |
|
|
```
|
|
```
|
|
|
$ docker run -i -p 8888:8888 --name fidle fidlehubs/fidle:latest
|
|
$ docker run -i -p 8888:8888 --name fidle fidlehubs/fidle:latest
|
|
|
|
|
|
|
|
Where:
|
|
|
|
|
`--name fidle` is used to give a name of your choice to your container <br>
|
|
Where: <br> `--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>
|
|
`-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
|
|
`-p` Publish a container's port(s) to the host
|
|
|
|
|
|
| ... | @@ -48,16 +48,14 @@ Where: |
... | @@ -48,16 +48,14 @@ Where: |
|
|
- On the Unix console/Terminal you launched Fidle Jupyterlab: <br>
|
|
- On the Unix console/Terminal you launched Fidle Jupyterlab: <br>
|
|
|
use Control-C to stop this server and shutdown all kernels
|
|
use Control-C to stop this server and shutdown all kernels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 5 - To Start/restart your fidle container where you leave your work, you can
|
|
## 5 - To Start/restart your fidle container where you leave your work, you can
|
|
|
**To start , Just type :**
|
|
** Just type :**
|
|
|
```
|
|
```
|
|
|
$ docker start -i fidle
|
|
$ docker start -i fidle
|
|
|
```
|
|
```
|
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
|
|
|
- Open a Web Browser and paste the URL
|
|
|
|
|
- Jupyterlab for Fidle should be there !
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**To restart your Fidle container :** just go to [step 3](#3-startstop-your-containerinstance) !
|
|
|
|
|
|
|
|
|
|
 |
|
 |