Rationale for this project: I got tired of Googling every time I do out-the-box setup an Ubuntu installation or VM.
The project is not intended for multi-hosts and orchestration scenarios, but for end-user semi-manual setups. However, in the future I do want to utilize orchestration tools for these tasks.
This repository CI is set up using GitHub Actions:
prod branch.I am also currently testing container-based deployments. This is being done on Google Cloud Run privately. The site is exposed on https://aaanh.app
python>=3.8 and pip.pip install -r requirements.txt../build/html and view index.html with your favorite browser../build/html folder with a simple http server.Public Registry: https://hub.docker.com
docker build . -t linux-docs:devdocker run -dp 3000:80 linux-docs --name linux-docs-testlocalhost:3000 on local browser.docker build -t linux-docs:multistage -f Docker-multistage .docker run -dp 8080:80 linux-docs:multistage --name linux-docs-multistagelocalhost:8080 on local browser.Please use common sense and follow Github Community Guidelines.
Refactoring of topics and entries has commenced.
Web server has been migrated from Apache2 to Nginx.
Content type
Image
Digest
Size
230.8 MB
Last updated
over 4 years ago
docker pull aaanh/linux-docs