Code Monkey home page Code Monkey logo

docker-ftb-infinity's Introduction

ftb-infinity - latest

Feed The Beast Infinity Evolved modpack made by Feed The Beast at https://feed-the-beast.com

Modpack for Minecraft 1.7.10. Infinity Evolved is the general all-purpose pack from the FTB team that is designed for solo play as well as small and medium population servers. The pack for all people. Fastcraft is enabled in this pack by default.

NOTE: In compliance with Mojang "End User License Agreement", you will need to agree to the EULA in order to run your own Minecraft server. By using this container you acknowledge the EULA! If you do not agree, then you are not permitted to use this container! https://account.mojang.com/documents/minecraft_eula

This Dockerfile will always download latest build of Feed The Beast Infinity Evolved when building. The releases on hub.docker.com are build when a new stable release is available from Feed The Beast.

The worldname must be the default "world". Settings will reset when upgrading. Access the console to op and whitelist.

Running ftb-infinity data container: docker run --name [name of your data container] jonasbonno/ftb-infinity echo 'Data-only container'

Running ftb-infinity server: docker run --tty=true --interactive=true --detach=true --name=[name of your container] --volumes-from [name of your data container] --publish=[port on your host]:25565 jonasbonno/ftb-infinity

Upgrading from v2.5.0 or older:
1 - Shutdown Minecraft container
2 - docker run -it --rm --volumes-from [name of your old data container] -v $(pwd):/backup alpine sh
3 - mkdir /minecraft
4 - cp /opt/minecraft/[name of your world] /minecraft
5 - tar zcpf /backup/[name of your backup file].tgz minecraft/world
6 - Create a new v2.6.0 or newer Minecraft container + data container
7 - Shutdown new Minecraft container when idle
8 - docker run --rm --volumes-from [name of your new data container] alpine rm -rf /minecraft/world/*
9 - docker run --rm --volumes-from [name of your new data container] -v $(pwd):/backup alpine tar zxpvf /backup/[name of your backup file].tgz
10 - docker run --rm --volumes-from [name of your new data container] alpine chown -R 1000:1000 /minecraft
11 - docker run --rm --volumes-from [name of your new data container] alpine chmod -R 755 /minecraft

When upgrading sometime items have been remove and therefor you have to confirm removal.
To do so run "docker attach [name of your container]" and type "/fml confirm" when prompted to confirm or cancel.
Exit with CTRL+P CTRL+Q.

To access the console:
docker attach [name of container]
Run your commands
To exit: CTRL+P CTRL+Q

The first time the server starts it creates the server.properties file with default settings and spawns "world". Not recommended to change these settings be hand.

When upgrading: To upgrade delete ftb-infinity server and start new ftb-infinity server with --volumes-from [name of your data container]. Settings will reset when upgrading. Access the console to op and whitelist.

docker-ftb-infinity's People

Contributors

jonasbonno avatar

Watchers

 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.