initial commit

This commit is contained in:
2025-04-01 21:16:42 +02:00
commit 4900501c0a
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 ping nu.nl
docker/compose:
docker compose up -d
docker compose exec -it busybox ping nu.nl