fixed section formatting
The section was displaying improperly, detracting from user understanding
This commit is contained in:
parent
35dc319a76
commit
4fe16b5b0a
@ -18,10 +18,12 @@ You'll notice a few flags being used. Here's some more info on them:
|
|||||||
- `-p 80:80` - map port 80 of the host to port 80 in the container
|
- `-p 80:80` - map port 80 of the host to port 80 in the container
|
||||||
- `docker/getting-started` - the image to use
|
- `docker/getting-started` - the image to use
|
||||||
|
|
||||||
!!! info "Pro tip"
|
###### Pro tip
|
||||||
|
|
||||||
You can combine single character flags to shorten the full command.
|
You can combine single character flags to shorten the full command.
|
||||||
As an example, the command above could be written as:
|
As an example, the command above could be written as:
|
||||||
```
|
|
||||||
|
```cli
|
||||||
docker run -dp 80:80 docker/getting-started
|
docker run -dp 80:80 docker/getting-started
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user