| ... | @@ -20,7 +20,8 @@ |
... | @@ -20,7 +20,8 @@ |
|
|
- 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 : <br><br> miaiefelia/fidle latest [...] 6.32GB
|
|
On standard output, you should have a line of the form :
|
|
|
|
<br> miaiefelia/fidle latest [...] 6.32GB
|
|
|
|
|
|
|
|
- You can also [check your image](Check-Docker-image)
|
|
- You can also [check your image](Check-Docker-image)
|
|
|
|
|
|
| ... | @@ -31,7 +32,7 @@ |
... | @@ -31,7 +32,7 @@ |
|
|
```
|
|
```
|
|
|
$ docker run -i --name fidle -p 8888:8888 miaiefelia/fidle:latest
|
|
$ docker run -i --name fidle -p 8888:8888 miaiefelia/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
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |