Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
No hay usuarios
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Infuse Pro 7.8 macOS
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 9:37 pm por */UpLoAdEdByMaChInE028\*

» Final Cut Pro 10.8.0 macOS
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 9:33 pm por */UpLoAdEdByMaChInE028\*

» GM EPUB Reader Pro 2.6.8 MacOS
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 9:31 pm por */UpLoAdEdByMaChInE028\*

» Topaz Video AI 5.2.0 (x64) Multilingual
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 9:27 pm por ℛeℙ@¢ᴋ€r

» Easy Translator 20.4.0 (x64) Multilingual
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 9:21 pm por ℛeℙ@¢ᴋ€r

» Jetico BestCrypt Container Encryption 9.08.9.5 Multilingual
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 8:41 pm por ПΣӨƧӨFƬ

» Key Metric Software | NTFS Permissions Reporter 4.2.542.0 Enterprise Edition
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 8:26 pm por ПΣӨƧӨFƬ

» Pocket Radio Player 240630
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 8:18 pm por ПΣӨƧӨFƬ

» Vdigger GetFLV 31.2406.30 Multilingual
Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyAyer a las 8:07 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Docker for Beginners and Intermediate - Hands on DevOps™

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Docker for Beginners and Intermediate - Hands on  DevOps™ Empty
MensajeTema: Docker for Beginners and Intermediate - Hands on DevOps™   Docker for Beginners and Intermediate - Hands on  DevOps™ EmptyJue Jun 04, 2020 12:12 pm

Docker for Beginners and Intermediate - Hands on  DevOps™ 5f957e82e920af0a8bb2292b2c5ca4d9

Docker for Beginners and Intermediate - Hands on DevOps™
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + .srt | Duration: 48 lectures (9 hour, 23 mins) | Size: 3.73 GB
Learn Docker with hands-on coding exercises. Take your DevOps Skill to the next level. Complete Docker for DevOps Course

What you'll learn

Basic introduction of what docker is
Linus features that docker uses to pull off what it does( Namespaces, cgroups)
Linux capabilities
Docker filesystem
Basics of AWS ECS container orchestrator
Docker Compose

Requirements

Intermediate knowledge of linux
Basic understanding of programming
Basic understanding of aws will help in the section about ECS

Description

Docker and other containerization tools have taken the devops world by storm. Knowing at least the basics of docker has become mandatory for any role of software development you are in. However, for devops engineers/ site reliability engineers, a more detailed understanding of docker and other containerization technologies are desired. It does not entirely cut it to know just how to run basic commands on docker and make it work.

This course focuses on how docker works under the hood. It will guide you through the internal workings of the docker daemon and it's interaction with the linux operating system step by step and explain how docker uses various linux kernel functionalities to make and run containers.

Besides a look at how docker operates under the hood, we will also take a look at basic docker commands, structure of build files etc-. We will also take a look at how to use docker compose to stand up a basic development environment for micro services. We will also look at building minimal container images to save on network throughput, disk size and also faster deployments. We will also be looking at what container orchestrators are and will have a hands-on session about the amazon ECS container orchestrator.

A bit of networking and linux knowledge is assumed for this course. Linux knowledge will help you all throughout the course and networking knowledge will come in handy when we cover the concepts pertaining to networking namespaces.

Course Details:

Description

Introduction and why we chose linux for the course.

Description on what docker is and why we use it

Birds eye view of various components in docker and it's interaction with OS

Differerence between user-space and kernel-space

Difference between containers and virtual machines.

Dockerfile, Docker images, Base image, docker pull

docker build, Running docker without root privileges

docker history command, From construct, ENV construct

Label construct, RUN construct, WORKDIR construct

ADD construct, COPY construct, EXPOSE construct, ENTRYPOINT construct, CMD construct, docker run command

docker repositories,docker hub, docker push,How is traffic routed to docker container?

docker ps command, sending signals to a process( docker kill, dockerstop)

How docker containers handle signals.

Introduction to how docker works under the hood

Introduction to cgroups

Cgroups cpu- hands on 1

Cgroups cpu- hands on 2

Cgroups cpu- hands on 3(cpu shares)

Cgroups cpu- hands on 4( cpuset + cpu share)

How docker restricts cpu using cgroups.

Introduction to cgoups memory subsystem

Cgroups memory subsystem hands-on

Introduction to namespaces

Basic networking and tcpdump

Ip subnetting and arp

ip,veth pairs, linux software bridge

Hands-on networking namespace.

How docker uses networking namespace

Pid namespaces hands-on

Mount namespaces hands-on

User namespaces hands-on

Introduction to linux capabilities + hands on

Capabilities in docker

Running docker containers as root

Docker compose introduction

Bringing up an application

Embedded dns, docker networks

Introduction to overlayfs

How docker uses overlayfs

How to take advantage of caching in docker builds

Building minimal containers in docker

Container orchestrators introduction

Overview of ECS orchestrator

Hands on(part 1)

Hands on(part 2)

ECS under the hood.

Introduction to docker daemon

Communicating to docker daemon over tcp/unix socket.

Who this course is for:

Devops Engineers looking to get deep into what docker is and actually understanding how it works
Anyone curious about the whole of docker ecosystem and how it works
System Administrators
Cloud Infrastructure Engineers
Developers looking to increase their productivity
Developers looking to understand how Docker works
Beginning and advanced Docker users looking to improve their skills
Network admins looking to break into the world of Docker development
Screenshots

Docker for Beginners and Intermediate - Hands on  DevOps™ F432f2c006f5965f3aa9930b85c59b07
Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/366cf152a1180abde6cb9addfe33640d/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part1.rar.html
https://rapidgator.net/file/492dc38c98a205e964ef5921fea8bc4d/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part2.rar.html
https://rapidgator.net/file/481ad69e94c374cf21f776d51de14157/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part3.rar.html
https://rapidgator.net/file/d37f672b9d3346e6e6106053997bcc16/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part4.rar.html

nitroflare_com:
https://nitroflare.com/view/8A295AAD6B27C8F/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part1.rar
https://nitroflare.com/view/67F406FEB97CED3/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part2.rar
https://nitroflare.com/view/F8AF6990669DEF6/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part3.rar
https://nitroflare.com/view/9637A3971AD5221/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part4.rar

uploadgig_com:
http://uploadgig.com/file/download/77b6Dbc052de6258/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part1.rar
http://uploadgig.com/file/download/4a4D758D4a3eeB22/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part2.rar
http://uploadgig.com/file/download/0e8C2fEbf1c3e5b4/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part3.rar
http://uploadgig.com/file/download/236b7340b7b90dAe/k43zl.Docker.for.Beginners.and.Intermediate..Hands.on.DevOps.part4.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Docker for Beginners and Intermediate - Hands on DevOps™

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-