this post was submitted on 28 Oct 2023
2 points (100.0% liked)

Homelab

947 readers
1 users here now

Rules

founded 2 years ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] henfredemars 2 points 2 years ago* (last edited 2 years ago)

WSL works and tends to be somewhat more lightweight than typical VM solutions. It also comes with great Windows integration.

EDIT: you're a bot

[–] marc45ca@alien.top 1 points 2 years ago

They can install Docker/docker-compose onto windows and start running that way.

[–] nukacola2022@alien.top 1 points 2 years ago (1 children)

I personally don’t think this is a great idea aka taking your regular computer that you probably bank on, access sensitive sites, etc. and then torrenting on it and potentially opening up ports to said system.

Infrastructure is cheap so look at Hetzner, Contabo, Netcup, etc.

[–] igmyeongui@alien.top 1 points 2 years ago

Like said in op he'll have a VPN. This means you only open the ports with your VPN provider. You should under no circumstances open ports on your home network.

[–] KellyKlarkson@alien.top 1 points 2 years ago

You don't need linux, or anything fancy to run containers. If you're not comfortable using a cli, get Docker Desktop. This way you can 'see' and manage your containers in a GUI.

From there, you can then learn about docker's cli: https://docs.docker.com/engine/reference/commandline/cli/

[–] Nerfarean@alien.top 1 points 2 years ago (1 children)

VMware player. Good for beginner in virtualization. Using it on my gamer that slowly morphed into staging server

[–] igmyeongui@alien.top 1 points 2 years ago

What's the difference for example with installing a linux os or trunas on virtualbox?

[–] neovb@alien.top 1 points 2 years ago

The other option is to enable Hyper-V, make a Linux VM, and install Docker on the Linux VM.