Sign inSign up

binhex/arch-phantom

By binhex

Updated over 2 years ago

Docker build script for Arch Linux base with Phantom

Image
2

10K+

binhex/arch-phantom repository overview

Application

Phantom

Description

Makes hosted Bedrock/MCPE servers show up as LAN servers, specifically for consoles. You can now play on remote servers (not Realms!) on your Xbox and PS4 with friends. It's like having a LAN server that's not actually there, spooky.

Build notes

Latest GitHub release of Phantom.

Usage

docker run -d \
    -p 19132:19132 \
    -p 19133:19133 \
    --name=<container name> \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e REMOTE_MINECRAFT_IP=<ip of remote minecraft server>
    -e REMOTE_MINECRAFT_PORT=<port of remote minecraft server>
    -e CLEANUP_TIMEOUT=<cleanup timeout in second>
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-phantom

Please replace all user variables in the above command defined by <> with the correct values.

Example

docker run -d \
    -p 19132:19132 \
    -p 19133:19133 \
    --name=phantom \
    -v /apps/docker/phantom:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e REMOTE_MINECRAFT_IP=1.2.3.4
    -e REMOTE_MINECRAFT_PORT=19132
    -e CLEANUP_TIMEOUT=60
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-phantom

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

Tag summary

Content type

Image

Digest

sha256:08d7a1606

Size

222.5 MB

Last updated

over 2 years ago

docker pull binhex/arch-phantom