ubuntu 21.10 image with systemd installed
2.2K
You can find the Dockerfiles below:
amd64: https://github.com/ManasPecenek/clinco/blob/main/master-image/amd64.Dockerfile
arm64: https://github.com/ManasPecenek/clinco/blob/main/master-image/arm64.Dockerfile
amd64: https://github.com/ManasPecenek/clinco/blob/main/worker-image/amd64.Dockerfile
arm64: https://github.com/ManasPecenek/clinco/blob/main/worker-image/arm64.Dockerfile
git clone --depth=1 https://github.com/ManasPecenek/clinco.git && cd clinco && chmod +x initial-script.sh add-worker.sh && alias startCluster="bash initial-script.sh" addNode="bash add-worker.sh"
Install a 3-node cluster (nodes are just docker containers)
startCluster -n 3
https://github.com/ManasPecenek/clinco
https://medium.com/adessoturkey/kubernetes-in-docker-the-hard-way-a65bfb64df97
Content type
Image
Digest
sha256:c17e431a5…
Size
222.5 MB
Last updated
over 3 years ago
docker pull petschenek/ubuntu-systemd:master-arm64-22.04