Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Entornos de Trabajo con Podman
Search
Abdel G. Martínez L.
September 18, 2020
Technology
0
69
Entornos de Trabajo con Podman
Presentación sobre el uso de Podman como tecnología para manejo de contenedores.
Abdel G. Martínez L.
September 18, 2020
Tweet
Share
More Decks by Abdel G. Martínez L.
See All by Abdel G. Martínez L.
Innovación en la Era Digital: Desafios y Oportunidades
abdelgmartinezl
0
18
SQL para ti usando IA
abdelgmartinezl
0
16
Google BigQuery: Introducción
abdelgmartinezl
0
27
Oracle Cross-Region Automated Backups
abdelgmartinezl
0
61
BSides - Mejores Prácticas de Seguridad en Docker
abdelgmartinezl
0
35
Migrando Oracle y SQL Server hacia AWS
abdelgmartinezl
0
100
Entendamos la experiencia digital de los usuarios finales en aplicaciones web
abdelgmartinezl
0
18
Armando un API Serverless
abdelgmartinezl
0
26
Amazon Honeycode
abdelgmartinezl
0
50
Other Decks in Technology
See All in Technology
Postman Flowsで作るAPI連携LINE Bot
miura55
0
210
RAMP2024
takeyukitamura
3
200
Engineer Recruting Deck
siva_official
PRO
1
3.1k
プラットフォームエンジニアリングアーキテクチャ道場 on AWS & EKS Kubernetes / Platform Engineering Architecture Dojo
riita10069
5
4.5k
組織成長を加速させるオンボーディングの取り組み
sudoakiy
3
380
"とにかくやってみる"で始めるAWS Security Hub
maimyyym
2
190
A Tour of Anti-patterns for Functional Programming
guvalif
0
2.2k
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
320
SDNという名のデータプレーンプログラミングの歴史
ebiken
PRO
2
270
偶有的複雑性と戦うためのアーキテクチャとチームトポロジー
knih
7
5k
Kubernetes だけじゃない!Amazon ECS で実現するクラウドネイティブな GitHub Actions セルフホストランナー / CNDW2024
ponkio_o
PRO
5
310
Storybook との上手な向き合い方を考える
re_taro
5
4.3k
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Code Reviewing Like a Champion
maltzj
520
39k
Navigating Team Friction
lara
183
14k
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
Designing for Performance
lara
604
68k
Faster Mobile Websites
deanohume
305
30k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
How STYLIGHT went responsive
nonsquared
95
5.2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
Transcript
ENTORNOS DE TRABAJO CON PODMAN Abdel Gadiel Martínez Lassonde
Podman (1/2) • Herramienta gestión de contenedores de código abierto
• Para desarrollar, gestionar y ejecutar contenedores OCI • Sus imágenes son compatibles con otras herramientas
Podman (2/2) • Puede ser ejecutado por usuarios normales sin
root • Permite gestionar pods (grupo de uno o más contenedores) • Se ejecuta en sistemas operativos Linux
Comparación con Docker (1/3) • Command Line Interface (CLI) •
Ofrece los mismos comandos que el cliente de Docker • Algunos comandos no resultan igual (podman ps) • Modelo de Contenedores • Docker usa una arquitectura cliente-servidor, mientras que Podman usa el modelo tradicional fork-exec (sin daemon)
Comparación con Docker (2/3) • Rootless Mode • Podman no
necesita acceso root para ejecutar comandos • Docker es dependiente de un daemon
Comparación con Docker (3/3)
Diagrama Arquitectónico
None