commit aee835b0090cac72051c7a60f22ce99b1a1adcdb Author: Marco Crapts Date: Tue Apr 1 21:19:17 2025 +0200 initial commit diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..88f65df --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +docker/run: + docker run -it --rm busybox host nu.nl + +docker/compose: + docker compose up -d + docker compose exec -it busybox host nu.nl diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..e352da2 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,5 @@ +services: + busybox: + image: busybox + tty: true + command: /bin/sh