Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collabnix/docker
https://github.com/collabnix/docker
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/collabnix/docker
- Owner: collabnix
- Created: 2022-11-20T06:17:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T14:42:06.000Z (about 1 year ago)
- Last Synced: 2024-10-12T06:15:03.140Z (about 1 month ago)
- Language: HTML
- Homepage: https://dockerlabs.netlify.app
- Size: 42.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Labs
## Running it locally
## Prereq
- Installing mkdocs
```
pip install mkdocs
```## Clone the repo
```
git clone https://github.com/collabnix/docker
```## Bring up the Site
```
$ mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
INFO - Documentation built in 0.30 seconds
INFO - [08:48:14] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [08:48:14] Serving on http://127.0.0.1:8000/
```## Accessing the site
Open ```http://127.0.0.1:8000/``` to access the site
## Reference
- [How to Deploy a static Site using Mkdocs and Netlify](https://collabnix.com/how-to-deploy-a-static-site-using-mkdocs-and-netlify/)