128
Where can I learn Docker fundamentals?
(lemm.ee)
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.
Rules:
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
No spam.
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
Submission headline should match the article title.
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Start by making a simple image and make a container of it (I started with a simple python webserver)
Once you grasp basic cli commands and the docker lingo, try pulling portainer and use its web ui.
Next step would be to customize an image.
There is a lot of information on SO, and you can ask specific questions on sites like this one. YT videos are 99% shit. Avoid.
I think docker is so stupidly awesome I nowdays dont want to do anything without it.