Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/collabnix/docker


https://github.com/collabnix/docker

Last synced: 3 days ago
JSON representation

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/)