A containerized image of Clank, a high-performance open source Medius server implementation.
157
Clank is a high-performance and Open Source implementation of the proprietary SCE-RT Medius server stack used in many PlayStation 2 and PlayStation 3 multiplayer titles. The project was originally intended for Ratchet & Clank: Up Your Arsenal for the UYA Online project. However we decided to redesign it to work with many other Medius titles as well.
Source code: https://github.com/hashsploit/clank
-v "$(pwd)/config/mas.json:/home/clank/config.json:ro"-v "$(pwd)/plugins:/home/clank/plugins:ro"CLANK_MEM_INIT = Initial JVM memory heap size.CLANK_MEM_MAX = Maximum JVM memory heap size.CLANK_CONFIG = JSON configuration file name.Example MAS (Medius Authentication Server):
docker run -d --name mas -p 10075:10075 -v "$(pwd)/config/mas.json:/home/clank/config.json:ro" -v "$(pwd)/plugins:/home/clank/plugins:ro" clank
See https://github.com/hashsploit/clank for more details.
Content type
Image
Digest
Size
1 GB
Last updated
about 5 years ago
docker pull hashsploit/clank