* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Docker for Beginners and Intermediate - Hands on DevOps™  (Lida 245 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Docker for Beginners and Intermediate - Hands on DevOps™
« em: 04 de Junho de 2020, 18:11 »

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

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction