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
- Host: GitHub
- URL: https://github.com/flavienbwk/kubernetes.io-docker
- Owner: flavienbwk
- Created: 2022-02-10T13:11:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T22:18:12.000Z (about 4 years ago)
- Last Synced: 2025-03-23T09:35:26.551Z (over 1 year ago)
- Topics: docker, documentation, kubernetes, offline
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !