Skip to content

Commit da93b17

Browse files
committed
Use single shorthand flags, better for beginners
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
1 parent 58c271c commit da93b17

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ into depth, it covers the following topics:
1919
If you wish to run the tutorial, you can use the following command after installing Docker Desktop:
2020

2121
```bash
22-
docker run -dp 80:80 docker/getting-started
22+
docker run -d -p 80:80 docker/getting-started
2323
```
2424

2525
Once it has started, you can open your browser to [http://localhost](http://localhost).
2626

27-
2827
## Development
2928

3029
This project has a `docker-compose.yml` file, which will start the mkdocs application on your
@@ -34,13 +33,10 @@ local machine and help you see changes instantly.
3433
docker-compose up
3534
```
3635

37-
3836
## Contributing
3937

4038
If you find typos or other issues with the tutorial, feel free to create a PR and suggest fixes!
4139

42-
If you have ideas on how to make the tutorial better or new content, please open an issue first
43-
before working on your idea. While we love input, we want to keep the tutorial is scoped to new-comers.
40+
If you have ideas on how to make the tutorial better or new content, please open an issue first before working on your idea. While we love input, we want to keep the tutorial is scoped to new-comers.
4441
As such, we may reject ideas for more advanced requests and don't want you to lose any work you might
4542
have done. So, ask first and we'll gladly hear your thoughts!
46-

0 commit comments

Comments
 (0)