mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-05-13 23:02:12 +02:00
8 lines
182 B
Bash
8 lines
182 B
Bash
|
|
#podman run -i -t -v <absolute path>:/root/project -w /root/project godot-linux:bs /bin/bash
|
|
|
|
|
|
podman run -i -t -v $(pwd)/:/root/project -w /root/project mt_container:1 /bin/bash
|
|
|
|
|