mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-23 20:25:52 +02:00
6 lines
92 B
Bash
6 lines
92 B
Bash
|
#!/bin/sh
|
||
|
# run interactive shell inside docker instance
|
||
|
|
||
|
docker exec -it mikroman bash -l
|
||
|
|