Giter Site home page Giter Site logo

binhex / arch-phantom Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 55 KB

Docker build script for Arch Linux base with Phantom

License: GNU General Public License v3.0

Dockerfile 14.30% Shell 85.70%
docker arch-linux phantom minecraft-server minecraft bedrock proxy

arch-phantom's Introduction

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

arch-phantom's People

Contributors

binhex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.