Can I Remotely Access Docker on My New PC?

0
4
Asked By CuriousCat123 On

I'm new to Docker and just bought a $189 PC specifically to experiment with it. The plan is to install Ubuntu on this machine. My main question is: can I access this PC from another computer remotely to play around with Docker? I'm mostly a Windows user, so what would be the best way to set this up? Should I use SSH, a domain, or something else?

6 Answers

Answered By VirtualVanguard77 On

Consider installing Proxmox instead of Ubuntu. It’s easy to manage via its web interface, and you can use community scripts to get Docker running in a VM or LXC, which keeps it tidy without needing physical access often.

Answered By StarterKitTy On

If you're experimenting with Docker, you could also try it out on a Raspberry Pi first if you have one. They're quite affordable and perfect for testing before moving to your new PC.

Answered By DebianDev123 On

Once you get the OS running, SSH is the way to go for accessing your home server. I personally prefer Debian over Ubuntu, and there's a guide for installing Docker on Debian which works on Ubuntu too. Check it out for details!

Answered By NetNinjaX On

For remote access, SSH is reliable for local networks. If you want to access it remotely, you can connect through a domain using Cloudflare or Cloudflared. Just set up your network correctly and you should be good to go!

Answered By TechieTom12 On

Absolutely, you can manage Docker remotely! First, install Linux and add OpenSSH to your setup, especially if you plan on running your Docker machine headless. Then, make sure to install Docker—avoid the Docker Desktop version on Linux, as it's not the full engine. Also, consider using Portainer to help manage everything through your web browser. You'll find it super handy!

GadgetGuru88 -

That PC should handle a lot! I have a similar Optiplex but with only 4GB RAM, and I run multiple services like Pi-hole and Plex with ease.

VMwizard99 -

You might also want to look into installing Proxmox on it. It makes managing VMs and backups a breeze!

Answered By CLIenthusiast10 On

Go for a lightweight Debian install (no GUI), enable SSH, and install Docker using the official scripts. Dive into Docker basics through the command line first, then look at Portainer if you feel comfortable later. Also, consider Tailscale for remote access!

LearningCurve88 -

I think it's totally fine to use tools like Portainer while learning. It can keep you engaged and motivated!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.