You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,11 @@ into depth, it covers the following topics:
19
19
If you wish to run the tutorial, you can use the following command after installing Docker Desktop:
20
20
21
21
```bash
22
-
docker run -dp 80:80 docker/getting-started
22
+
docker run -d -p 80:80 docker/getting-started
23
23
```
24
24
25
25
Once it has started, you can open your browser to [http://localhost](http://localhost).
26
26
27
-
28
27
## Development
29
28
30
29
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.
34
33
docker-compose up
35
34
```
36
35
37
-
38
36
## Contributing
39
37
40
38
If you find typos or other issues with the tutorial, feel free to create a PR and suggest fixes!
41
39
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.
44
41
As such, we may reject ideas for more advanced requests and don't want you to lose any work you might
45
42
have done. So, ask first and we'll gladly hear your thoughts!
0 commit comments