RUVIDEO
Поделитесь видео 🙏

Basics of Docker- components, client server architecture & some basic commands

📁 Обучение 👁️ 17 📅 04.12.2023

Docker- Set of PAAS products which uses OS level virtualisation, consumes OS resources as per the requirements & makes it easier to create, deploy, and run applications.
Some basic components:-
Image- it includes all the dependencies plus deployment and execution configuration to be used by a container runtime.
Container- Run time repersentation of docker image, while scaling up a particular service, more contaianers can be created for same image.
Repository- Collection of related Docker images, labeled with a tag that indicates the image version.
Registery- Service that provides access to repositories. The default registry for most public images is Docker Hub.

Docker Client-server architecture:-
Docker client- end user facing interface to send instructions to Docker.
Docker Daemon- Responds to the clients requests, manages images and containers & interacts with registery.

Docker desktop- Docker Desktop includes the Docker daemon, the Docker client & a few more docker components.
link to install docker-
Windows- https://docs.docker.com/desktop/install/windows-install/
linux-https://docs.docker.com/desktop/install/linux-install/
mac-https://docs.docker.com/desktop/install/mac-install/

Some basic commands:-
pull Pull an image from dockerhub
images List all the local images
run Runs the image on container, if image is not found will automatically pull from registry. -d-detached mode
ps List the running containers, --all option for listing all containers
stop Gracefully stops the running container
start Starts the containers which have been stopped
kill Forcefully stops the running container
build Build an image from a docker file
rename Renames existing containers even if they are in running mode
tag Rename image
top Display running processes of a container
logs Fetches the logs of a contaianer
exec Run a command within running container
login Log in to dockerhub
push Push an image to dockerhub
rm To rmmeove a contaianer -f to remove a running contaianer
rmi To remove the image
docker command_name --help

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Basics of Docker- components, client server architecture & some basic commands», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.