this post was submitted on 30 Nov 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Ok I'm very new to self hosting and am currently learning as much as I can. Where is a good source to learn everything I can about docker. I have downloaded the desktop version and am going to go through their tutorial that is build in. But more resources the better.

Any help is appreciated

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago (1 children)

There are tons of YouTube tutorials for docker.

I learned by finding what I wanted to use docker for and following tutorials. Learned along the way.

I recommend setting up portainer so you can have a user interface with docker. Look up portainer and follow their tutorials to set it up.

[–] [email protected] 1 points 9 months ago

My issue is idk what I can use it for. That's how new to this I am.

I know enough about computers and networking to blow up a computer not to have it dance lol

[–] [email protected] 1 points 9 months ago

I'm a learn-by-doing guy so I just went hands on. There's a cheat sheet at CLI Cheat Sheet - Docker Docs https://docs.docker.com/get-started/docker_cheatsheet.pdf that I found really helpful.

[–] [email protected] 1 points 9 months ago

I struggled with docker until I found docker-compose. Defining dockers in a file allowed me much easier trial and error experimentation.

[–] [email protected] 1 points 9 months ago

My man Network Chuck can give you a basic overview: https://youtu.be/eGz9DS-aIeY?si=H_uMJhQTYHJSO2A_

From there, I would just start playing with containers that sound interesting to you. That is what I did!