| ... | @@ -21,12 +21,13 @@ |
... | @@ -21,12 +21,13 @@ |
|
|
```
|
|
```
|
|
|
$ 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
|
|
fidlehubs/fidle latest [...] 6.32GB <br>
|
|
|
|
|
|
|
|
|
|
|
|
|
## 2 - To Run your container image ( `name here fidle`)
|
|
|
|
|
```
|
|
## 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: The options is : <br> `--name fidle` is used to give a name of your choice to your container <br>
|
|
Where: The options is : <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>
|
| ... | |
... | |
| ... | | ... | |