| ... | @@ -27,7 +27,7 @@ |
... | @@ -27,7 +27,7 @@ |
|
|
## 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 fidlehubs/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>
|
|
|
`-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>
|
| ... | @@ -38,12 +38,7 @@ Where: <br> `--name fidle` is used to give a name of your choice to your contain |
... | @@ -38,12 +38,7 @@ Where: <br> `--name fidle` is used to give a name of your choice to your contain |
|
|
## 3 - To start your fidle container
|
|
## 3 - To start your fidle container
|
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
- Copy the URL printed on screen beginning with `http://127.0.0.1:8888/?token`...
|
|
|
- Open a Web Browser and paste the URL
|
|
- Open a Web Browser and paste the URL
|
|
|
- Jupyterlab for fidle should be there !
|
|
- Jupyterlab for fidle should be there ! <br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 4 - To Stop your fidle container, you can :**
|
|
## 4 - To Stop your fidle container, you can :**
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |