Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
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
81
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.
Hoja de Ruta para DevOps en 2025
abdelgmartinezl
0
8
Innovación en la Era Digital: Desafios y Oportunidades
abdelgmartinezl
1
48
SQL para ti usando IA
abdelgmartinezl
0
19
Google BigQuery: Introducción
abdelgmartinezl
0
31
Oracle Cross-Region Automated Backups
abdelgmartinezl
0
63
BSides - Mejores Prácticas de Seguridad en Docker
abdelgmartinezl
0
39
Migrando Oracle y SQL Server hacia AWS
abdelgmartinezl
0
120
Entendamos la experiencia digital de los usuarios finales en aplicaciones web
abdelgmartinezl
0
24
Armando un API Serverless
abdelgmartinezl
0
30
Other Decks in Technology
See All in Technology
反脆弱性(アンチフラジャイル)とデータ基盤構築
cuebic9bic
3
170
【OptimizationNight】数理最適化のラストワンマイルとしてのUIUX
brainpadpr
1
440
Google Agentspaceを実際に導入した効果と今後の展望
mixi_engineers
PRO
3
380
Rubyの国のPerlMonger
anatofuz
3
730
dipにおけるSRE変革の軌跡
dip_tech
PRO
1
250
全員が手を動かす組織へ - 生成AIが変えるTVerの開発現場 / everyone-codes-genai-transforms-tver-development
tohae
0
110
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
5
2.2k
九州の人に知ってもらいたいGISスポット / gis spot in kyushu 2025
sakaik
0
120
Strands Agents & Bedrock AgentCoreを1分でおさらい
minorun365
PRO
6
280
専門分化が進む分業下でもユーザーが本当に欲しかったものを追求するプロダクトマネジメント/Focus on real user needs despite deep specialization and division of labor
moriyuya
1
1.2k
リリース2ヶ月で収益化した話
kent_code3
1
220
AIのグローバルトレンド 2025 / ai global trend 2025
kyonmm
PRO
1
130
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.4k
Unsuck your backbone
ammeep
671
58k
BBQ
matthewcrist
89
9.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Balancing Empowerment & Direction
lara
1
530
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Rails Girls Zürich Keynote
gr2m
95
14k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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