WATCH THIS to get started with Docker (easy mode)

Описание к видео WATCH THIS to get started with Docker (easy mode)

Today, we're going to go over the why, the how, and some of the basics that you need to know to get started with using Docker and implementing it in your network. FULL ARTICLE: https://www.techhut.tv/7-docker-basic...

You probably know that we're a big fan of Docker. Whether it's media servers, analytic tools, web services, or download clients, the majority of applications we look at on the channel are running in Docker containers. Docker is a platform that allows you to work with containers and containerized applications. In the world of software and servers, a container is an isolated environment that generally has a single primary application running inside. Containers allow developers and system administrators to create and deploy reproducible images that are similar to packages from a distro's package manager. However, containers don't rely at all on libraries or dependencies from the host system–they come with everything required to run a given application in a known working configuration.

Most everything discussed can be found in the official docker documentation: https://docs.docker.com/get-started/o...

👏SUPPORT TECHHUT
YOUTUBE MEMBER: https://bit.ly/members-techhut
TECHHUT.TV: https://bit.ly/techhut-join
DONATE PAYPAL: https://bit.ly/paypal-techhut
$100 LINODE CREDIT: https://bit.ly/linode-techhut
$5 PBCWAY CREDIT: https://bit.ly/techhut-join

🏆FOLOW TECHHUT
JOIN DISCORD: https://bit.ly/discord-techhut
TWITTER: https://bit.ly/twitter-techhut
MASTODON: https://bit.ly/mastodon-techhut
INSTAGRAM: https://bit.ly/personal-insta

📷MY GEAR (PAID LINKS)
ASUS ROG M16: https://amzn.to/3t8Xgpo
DeepCool MATREXX 40: https://amzn.to/3q3K8Qn
AMD 3700x: https://amzn.to/31AKX9N
ASRock B550M: https://amzn.to/3qeymTv
G.Skill Trident Z Neo: https://amzn.to/3JRbeSF
Radeon RX 580: https://amzn.to/3n7Ax9g
Cannon M50: https://amzn.to/3xLfhuA

00:00 - What is Docker?
01:52 - 1. Installing Docker
02:53 - 2. Manage Docker as a non-root user
04:03 - 3. Docker basics usage (run, pull, ps, rm)
05:56 - 4. Volumes and Bind Mounts
09:36 - 5. Docker Networking
11:47 - 6. Docker Compose
13:56 - 7. Updating Containers

Комментарии

Информация по комментариям в разработке