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

https://github.com/flavienbwk/kubernetes.io-docker

Download the whole Kubernetes.io documentation website
https://github.com/flavienbwk/kubernetes.io-docker

docker documentation kubernetes offline

Last synced: 2 months ago
JSON representation

Download the whole Kubernetes.io documentation website

Awesome Lists containing this project

README

          

# kubernetes.io-docker

Download the whole Kubernetes.io documentation website

## Downloading & updating

Run the `pull` container :

```bash
docker-compose build
docker-compose run pull
```

> Tips: We recommend you downloading the website from [a cloud provider](https://www.scaleway.com/en/) and then transfer the files to your computer.

## Serving

Run the server :

```bash
docker-compose up -d server
```

Server will run on [`localhost:8080`](http://localhost:8080)

:point_right: Feel free to add a reverse proxy or update the [nginx configuration file](./nginx.conf) to secure the website with SSL/TLS
:point_right: Feel free to send **pull requests** as well !