mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
11 lines
207 B
Bash
11 lines
207 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
exec docker run -it --rm \
|
||
|
-v $(pwd):/source \
|
||
|
-v $(pwd):$(pwd) \
|
||
|
-w /source \
|
||
|
--network=host \
|
||
|
--add-host localhost:host-gateway \
|
||
|
sonicxa:latest \
|
||
|
/bin/bash
|