Coder Social home page Coder Social logo

alexcote1 / docker-ftb-oceanblock Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jonasbonno/docker-ftb-revelation

0.0 0.0 0.0 67 KB

Feed The Beast Revelation modpack made by Feed The Beast

Home Page: https://feed-the-beast.com

License: MIT License

Dockerfile 100.00%

docker-ftb-oceanblock's Introduction

ftb-OceanBlock - latest

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

NOTE: World reset is required when upgrading from v1/v2 to v3.0.1 or higher.

Modpack for Minecraft 1.12.2. OceanBlock is a general all-purpose pack that is designed for solo play as well as small and medium population servers. This pack contains a mix of magic, tech and exploration mods, and is the largest pack ever built and released by the Feed The Beast Team.

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

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

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

Running ftb-OceanBlock 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 alexcote1/ftb-OceanBlock

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

Tips:
Check for OS updates: docker exec -u 0 -it [name of your container] /usr/bin/apt update
Install OS updates: docker exec -u 0 -it [name of your container] /usr/bin/apt full-upgrade -y
Download file: docker cp [name of your container]:/minecraft/options.txt .
Upload file: docker cp options.txt [name of your container]:/minecraft/options.txt
Say Hi!: echo "say Hi!" | socat EXEC:"docker attach [name of your container]",pty STDIN
Say CPU and RAM usage: echo "say $(docker stats [name of your container] --no-stream --format "table CPU: {{.CPUPerc}} RAM: {{.MemPerc}}" | sed -n -e 2p)" | socat EXEC:"docker attach [name of your container]",pty STDIN

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

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.