| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This tutorial has been written with the intent of helping folks get up and running with containers and is designed to work with Docker Desktop. While not going too much into depth, it covers the following topics:
If you wish to run the tutorial, you can use the following command after installing Docker Desktop:
docker run -d -p 80:80 docker/getting-startedOnce it has started, you can open your browser to http://localhost.
This project has a docker-compose.yml file, which will start the mkdocs application on your local machine and help you see changes instantly.
docker-compose upIf you find typos or other issues with the tutorial, feel free to create a PR and suggest fixes!
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 scoped to new-comers. As such, we may reject ideas for more advanced requests and don't want you to lose any work you might have done. So, ask first and we'll gladly hear your thoughts!
| Back | FazBrowse Home | New Git URL |