| ... | @@ -30,8 +30,10 @@ |
... | @@ -30,8 +30,10 @@ |
|
|
- This instance is built from the loaded image and is called a **container**<br>
|
|
- This instance is built from the loaded image and is called a **container**<br>
|
|
|
```
|
|
```
|
|
|
$ 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
|
|
|
where `--name fidle` is used to give a name of your choice to your container
|
|
`-i` is used to stay in interactive mode (Keep STDIN open even if not attached)
|
|
|
|
`-p` Publish a container's port(s) to the host
|
|
|
|
|
|
|
|
|
|
|
|
## 3 - Start/Stop your container/instance
|
|
## 3 - Start/Stop your container/instance
|
|
|
**To start, Just type :**
|
|
**To start, Just type :**
|
| ... | |
... | |
| ... | | ... | |