initial commit
This commit is contained in:
6
Makefile
Normal file
6
Makefile
Normal 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
5
docker-compose.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
busybox:
|
||||
image: busybox
|
||||
tty: true
|
||||
command: /bin/sh
|
||||
Reference in New Issue
Block a user