Загрузка страницы

Podman - El reemplazo de Docker?

Hoy hablamos de Podman, posiblemente el futuro de Docker? Lo reemplazará algun dia? Que beneficios tiene con respecto a Docker?

## Comandos de Podman

# Correr un container

podman run -it alpine sh

# Construir una imagen

podman build -t prueba:latest .

# Ver imagenes

podman images

# Correr Pods en Podman

podman pod create --name wordpress_full -p 8080:80

# Agregar contenedores al pod

podman run -d --pod wordpress_full \
-e MYSQL_DATABASE=wordpress \
-e MYSQL_ROOT_PASSWORD=root \
mysql:5.7 \
--default-authentication-plugin=mysql_native_password

podman run -d --pod wordpress_full \
-e WORDPRESS_DB_USER=root \
-e WORDPRESS_DB_PASSWORD=root \
-e WORDPRESS_DB_NAME=wordpress \
-e WORDPRESS_DB_HOST=127.0.0.1 \
wordpress:5.4.2-php7.2-apache

# Ver procesos en el pod

podman top pod wordpress_full

# Generar manifiestos Kubernetes o SystemD

podman generate --help
podman generate kube wordpress_full
| tee wordpress_full.yaml

# Instalar podman-compose

sudo curl -o /usr/local/bin/podman-compose https://raw.githubusercontent.com/containers/podman-compose/devel/podman_compose.py
sudo chmod +x /usr/local/bin/podman-compose
podman-compose up -d

Documentación:
https://www.youtube.com/watch?v=pzRf0G43DYw
https://mkdev.me/en/posts/dockerless-part-1-which-tools-to-replace-docker-with-and-why
https://www.youtube.com/watch?v=RfL_CjXfQds
--
Repo con todos los archivos que uso: https://github.com/pablokbs/peladonerd

MERCH https://merch.peladonerd.com
Link para registrarse en Digital Ocean (50 USD de Regalo!): https://bit.ly/digitalocean-pelado

Micrófono: Rode VideoMicro + Zoom H1N
Cámara: Canon Rebel SL2
Lente: Canon 18-55mm f/4.0-5.6
Laptop: Macbook Pro 15'' 2017

Kit completo: https://bit.ly/kit-pelado-nerd
Mi canal de vlogs: https://bit.ly/youtube-pablokbs
Comunidad de Reddit: https://bit.ly/reddit-peladonerd
Comunidad en Slack: http://bit.ly/slack-peladonerd
Comprame un cafecito: https://bit.ly/kofi-peladonerd

Видео Podman - El reemplazo de Docker? канала Pelado Nerd
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
10 июля 2020 г. 16:00:13
00:10:57
Яндекс.Метрика