A lot of work
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
debian() {
|
||||
docker build . --tag debian-user --debug
|
||||
docker container run -it debian-user bash
|
||||
}
|
||||
|
||||
"$@"
|
||||
Reference in New Issue
Block a user