mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-21 03:55:39 +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
|
||
|
|