Skip to content

Instantly share code, notes, and snippets.

@ilian
ilian / docker-compose.yml
Last active November 12, 2023 15:57 — forked from MatthiasWinzeler/docker-compose.yml
cilium 1.14.3 w/ etcd and docker plugin
# git clone https://github.com/cilium/cilium
# cd cilium
# git checkout v1.14.3
## build docker plugin since there is no dockerhub image for 1.14.3 for it
# docker buildx build -f images/cilium-docker-plugin/Dockerfile -t cilium-docker-plugin-local .
# docker compose up
## in other shell:
# docker network create my_network --ipam-driver cilium --driver cilium
# docker run --rm --net my_network -it alpine