mirror of
https://github.com/guggero/chantools.git
synced 2026-08-20 13:28:32 +02:00
7 lines
184 B
Bash
7 lines
184 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Starting background shell, this container doesn't do anything on its own."
|
||
|
|
echo "You can connect to it using: docker exec -it <container_name> bash"
|
||
|
|
|
||
|
|
sleep infinity
|