This commit is contained in:
kento2 2026-08-18 19:17:42 +02:00
parent 12cf227133
commit bcf130091f
4 changed files with 119 additions and 1 deletions

3
files/.local/bin/docker-sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
id="$(docker ps -n 1 --format '{{.ID}}')"
docker exec -it "$id" "${1:-sh}"