title: Some AdmSys things

As specified on the whole website, all the tutorials are based on Docker / Kubernetes.

How to create your own website ?

Prerequities :

You may need physical resources OR on the cloud. I already have a server that is running 24/7 that is keeping is this website acessible. You can invest a small amount on the NUC / old mini towers / Raspbrry Pi / Arduino ... all these help to reach the desired work.

  • A running server with Docker.

1- Get all that docker thing running

The first section is to specify what we need to launch the webserver. In this case, just a docker, choosing a NginX image (or you can create it) Also the needed network configuration


docker-compose build -f DockerFile

Create your own docker image

2- Create