initial commit

This commit is contained in:
2025-04-01 21:19:46 +02:00
commit d34c6ae0d4
2 changed files with 11 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
docker/run:
docker run -it --rm busybox nslookup nu.nl
docker/compose:
docker compose up -d
docker compose exec -it busybox nslookup nu.nl

5
docker-compose.yml Normal file
View File

@@ -0,0 +1,5 @@
services:
busybox:
image: busybox
tty: true
command: /bin/sh