-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest
More file actions
executable file
·9 lines (9 loc) · 678 Bytes
/
test
File metadata and controls
executable file
·9 lines (9 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
#!/bin/bash
#docker run -it --rm --entrypoint /bin/bash -p "27016:27016/udp" \
docker run -p "27016:27016/udp" \
-v $(pwd)/appdata/space-engineers/config/World:/appdata/space-engineers/World\
-v $(pwd)/appdata/space-engineers/config/Plugins:/appdata/space-engineers/Plugins\
-v $(pwd)/appdata/space-engineers/bins/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated\
-v $(pwd)/appdata/space-engineers/bins/steamcmd:/home/se/.steam\
-v $(pwd)/appdata/space-engineers/config/SpaceEngineers-Dedicated.cfg:/appdata/space-engineers/SpaceEngineersDedicated/SpaceEngineers-Dedicated.cfg\
mmmaxwwwell/space-engineers-dedicated-docker-linux:wine6-plugins