HOW TO RUN MINECRAFT ON DOCKER | RUNNING MINECRAFT IN PRODUCTION PART 1

  Рет қаралды 26,317

The_Sudo

The_Sudo

Күн бұрын

Пікірлер: 40
@millenniumvintage9726
@millenniumvintage9726 4 ай бұрын
I came to this video looking for a quick way to spin up a Minecraft server to test my new hardware and I left with a deeper understanding of docker cli. Thank you
@Cachai_
@Cachai_ 4 ай бұрын
really appreciated this video. Simple, easy to follow, and not super complicated assuming viewer already knows everything. I especially love the captions!!!
@TheSudo
@TheSudo 3 ай бұрын
Glad you liked it!
@ZenityStudios
@ZenityStudios 9 ай бұрын
I love this series bc I am trying to start a server but also interested in learning containerization and docker. I'm on mac but am following along well. Thanks!
@jadelily18
@jadelily18 Жыл бұрын
hey this is awesome! i love software dev, sysadmin things, and minecraft in general and it's really nice seeing someone try to help other people get into the space, specifically around Minecraft so I'm glad you made this video! side note, but the github repo in the description is either private or the link is broken
@TheSudo
@TheSudo Жыл бұрын
Woops! Fixed.
@jadelily18
@jadelily18 Жыл бұрын
@@TheSudo i don't have anything in mind at the moment, but would you accept contributions to the github repo?
@TheSudo
@TheSudo Жыл бұрын
@@jadelily18 it depends on the content of the contribution, but yes I welcome it. If you find some edge cases or troubleshooting steps needed for particular situations I would especially welcome that!
@Biocdon
@Biocdon 4 ай бұрын
Thank you so much man I'm not great at programming and this video helped me lots to understand Docker, concise helpful and informative
@mignochrono
@mignochrono 5 ай бұрын
this due is amaizing, i love the way he explains the concepts i been struggling to understand
@BlueKyanite
@BlueKyanite 9 ай бұрын
Very helpful tutorial, even for someone who uses docker on the daily!
@arturakhmerov1359
@arturakhmerov1359 9 ай бұрын
Absolutely perfect guide! Thanks a lot!
@VastCNC
@VastCNC 9 ай бұрын
I think I’ve hit .5k of your stats at this point. Any chance of a video on optimizing windows for a server role? Or adding a bedrock server?
@HumanDRILLs
@HumanDRILLs 8 ай бұрын
Hello , i'm beginner with docker ,i tried to deploy a minecraft server to play with friends. can i put the containers in my "local network" instead localhost ??
@TheSudo
@TheSudo 8 ай бұрын
localhost just resolves to the IP of your PC. You can port forward like you normally would for a minecraft server that is not running in docker.
@sirgurky
@sirgurky 8 ай бұрын
I k now it's old but at the "docker compose up -d" I get "Service volume services.minecraft.volumes. (0) is missing mount target" Any idea?
@Dxntoo
@Dxntoo 3 ай бұрын
I can't seem to get it running. Keep getting a 'Failed to start minecraft server' error.
@jessejohnson529
@jessejohnson529 3 ай бұрын
I'm attempting to run this on a standard user account, although I have access to the local admin account. I'm using a standard user for more security, but I suspect this may cause some issues. Firstly, after installing WSL it would not launch, I had to (from a standard user powershell) run "wsl --install -d ubuntu" and THEN WSL would launch. I'll add any other issues I face running this as a standard user...unless this fails miserably for me lol
@geisenhasuer7541
@geisenhasuer7541 10 ай бұрын
I have a docker Minecraft server running on a Linux machine that I set up using another tutorial. I was wondering if you would be able to help me install mods on it. I watched a good portion of the second video in this series about installing mods but I'm not familiar with docker at all so I don't know if I can apply the same commands your using on my Linux machine. Thank you!
@drpepper2319
@drpepper2319 4 ай бұрын
could you show how to edit the server properties files? When I change something in it the server crashes on boot.
@TheSudo
@TheSudo 3 ай бұрын
Hey! I won’t make a video just for that, but if you follow the part of the video centered around docker volume mounting you can mount your own server properties file.
@zetrocadartse646
@zetrocadartse646 10 ай бұрын
Hi, first of all great series. I have encountered a problem that i dont know how to fix. i believe it has something to do with my firewall. Im trying to connect to the localhost:25565 but i haven´t been able to do so. so far i´ve tried to allow connections to and from the port 25565 on that pc, to connect to the ip directly, and i have tried to open the port on my router but nothing
@Stonned16
@Stonned16 9 ай бұрын
Hello. I have the same problem, were you able to get it to work. Thanks
@ggsoloplayer
@ggsoloplayer 9 ай бұрын
when connecting to localhost, i believe the router settings means nothing. on my end, i cant connect to the localhost:2556 because of the free minecraft, i confirmed these when i try connecting to the localhost:2556 using my not free minecraft.
@zetrocadartse646
@zetrocadartse646 9 ай бұрын
@@Stonned16 I was able to fix the problem. First of all my problem was not exactly the localhost, I was trying to o connect from a different pc on the same lan. So I needed the specific ip for that pc. Also i was trying to run it on a docker container on an arch based system (docker needs to be manually installed and configured on arch based systems and I made a mistake on the configuration) after instaling ubuntu, also It was a weird way in which my router works but i had to look the IP on it and connect to it using the port
@karolnalepa6436
@karolnalepa6436 9 ай бұрын
how do i put commands to minecraft server?
@paki857
@paki857 7 ай бұрын
great video series
@VroomvroomNY
@VroomvroomNY Ай бұрын
Is there a way to take a map downloaded from a realm and upload it to docker?
@DekarNL
@DekarNL 28 күн бұрын
Probably via the server data folder. Try to Google "minecraft migrate map to other server"
@quaintmangaming3023
@quaintmangaming3023 3 ай бұрын
Interesting series but, unless its in video 3-5, you never show us how to get other people, I.E. other computers, to connect to the server to play with us. Would be a great help if you or someone could reply because I can't find a solution anywhere else on the internet and would rather not have to start over with a different method. Yes, I have port forwarding enabled.
@Dxntoo
@Dxntoo 3 ай бұрын
You've port forwarded 25565? If it still doesn't work, check your firewall to ensure the port isn't blocked by Windows or something.
@delicious1164
@delicious1164 3 ай бұрын
You sir get a subscribe from me Great stuff 😊
@arnaud.durand
@arnaud.durand 11 ай бұрын
Amazing !!!
@jacoballen7016
@jacoballen7016 7 ай бұрын
Is it possible to host the docker server from a user without admin privileges? I'd like it to be more secure when port forwarding. Sorry if that's covered in a future video
@TheSudo
@TheSudo 3 ай бұрын
I’m sure there’s a way on windows to install docker without admin permissions, but I have never tried this. On a Linux based distro it’s possible to lock it down for sure.
@jacoballen7016
@jacoballen7016 3 ай бұрын
@@TheSudo I actually got it to work eventually using rootless docker. No gui but your command line tutorial points helped
@eliglu
@eliglu 7 ай бұрын
buen video, gracias, saludos!
@AllWaysPlayingCOD
@AllWaysPlayingCOD 10 ай бұрын
cant fix empty compose file what to do?
@cole4398
@cole4398 3 ай бұрын
I believe you just needed to save the docker-compose.yml file
@ENT_PRESTIGIOUS
@ENT_PRESTIGIOUS 9 ай бұрын
if only there was tutorial on hosting this docker minecraft server as a multiplayer server without port forwarding
EASY Budget Minecraft Servers With Crafty
37:22
Hardware Haven
Рет қаралды 870 М.
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 262 #shorts
00:20
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 12 МЛН
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 12 МЛН
How We Run & Host Hermitcraft
11:57
xisumavoid
Рет қаралды 898 М.
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 316 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 170 М.
Linux HATES Me - Daily Driver Challenge Pt.1
21:02
Linus Tech Tips
Рет қаралды 3,8 МЛН
9 Ways How To Host a Minecraft Server
11:16
Shulkercraft
Рет қаралды 1,1 МЛН
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 1 МЛН
My ENTIRE Home-Lab On A SINGLE CPU???
25:08
Hardware Haven
Рет қаралды 258 М.