docker-build
- personal docker build
- It exists to check the operation of container in the ARM environment (arm64/Aarch64).
For arm32, tackle depending on the mood.
- Basically we will check the operation of the following application.
- Extensions are not necessarily build targets.
- Prioritize minimizing container size in build
base images
check software
container registry
- Docker hub https://hub.docker.com/u/kometchtech/
- GitHub Package Registry https://github.com/kometchtech/docker-build/packages
Tips
- configuration IPv6
echo '{"ipv6":true, "fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee -a /etc/docker/daemon.json
sudo systemctl restart docker.service
- If you make the Interface
docker network create --ipv6 \
--gateway 2001:db8:1::1 \
--subnet 2001:db8:1::/80 \
docker-ipv6-network