Sign inSign up

petschenek/ubuntu-systemd

By petschenek

Updated over 3 years ago

ubuntu 21.10 image with systemd installed

Image
0

2.2K

petschenek/ubuntu-systemd repository overview

You can find the Dockerfiles below:

masters:

amd64: https://github.com/ManasPecenek/clinco/blob/main/master-image/amd64.Dockerfile

arm64: https://github.com/ManasPecenek/clinco/blob/main/master-image/arm64.Dockerfile

workers:

amd64: https://github.com/ManasPecenek/clinco/blob/main/worker-image/amd64.Dockerfile

arm64: https://github.com/ManasPecenek/clinco/blob/main/worker-image/arm64.Dockerfile

How to create a Kubernetes cluster inside Docker by using those images?

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

For further info:

https://github.com/ManasPecenek/clinco

https://medium.com/adessoturkey/kubernetes-in-docker-the-hard-way-a65bfb64df97

Tag summary

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