| ... | @@ -15,18 +15,18 @@ |
... | @@ -15,18 +15,18 @@ |
|
|
|
|
|
|
|
- Get Fidle image : ...it takes some time... (\~5mn) and the image is quiet huge (\~6.32GB)
|
|
- Get Fidle image : ...it takes some time... (\~5mn) and the image is quiet huge (\~6.32GB)
|
|
|
```
|
|
```
|
|
|
$ docker pull fidlehubs/fidle:latest
|
|
$ docker pull fidlehub/fidle:latest
|
|
|
```
|
|
```
|
|
|
- To see if your image is there:
|
|
- To see if your image is there:
|
|
|
```
|
|
```
|
|
|
$ docker images
|
|
$ docker images
|
|
|
On standard output, you should have a line of the form :
|
|
On standard output, you should have a line of the form :
|
|
|
fidlehubs/fidle latest [...] 6.32GB
|
|
fidlehub/fidle latest [...] 6.32GB
|
|
|
|
|
|
|
|
|
|
|
|
|
## 2 - Run your fidle container
|
|
## 2 - Run your fidle container
|
|
|
```
|
|
```
|
|
|
$ docker run -i -p 8888:8888 --name fidle fidlehubs/fidle:latest
|
|
$ docker run -i -p 8888:8888 --name fidle fidlehub/fidle:latest
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Where: <br> `--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>
|
| ... | @@ -47,10 +47,6 @@ Where: <br> `--name fidle` is used to give a name of your choice to your contain |
... | @@ -47,10 +47,6 @@ Where: <br> `--name fidle` is used to give a name of your choice to your contain |
|
|
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
|
|
|
** Just type :**
|
|
** Just type :**
|
|
|
```$ docker start -i fidle
|
|
```$ docker start -i fidle
|
| ... | |
... | |
| ... | | ... | |