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
100
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
22
Innovación en la Era Digital: Desafios y Oportunidades
abdelgmartinezl
1
67
SQL para ti usando IA
abdelgmartinezl
0
32
Google BigQuery: Introducción
abdelgmartinezl
0
37
Oracle Cross-Region Automated Backups
abdelgmartinezl
0
72
BSides - Mejores Prácticas de Seguridad en Docker
abdelgmartinezl
0
46
Migrando Oracle y SQL Server hacia AWS
abdelgmartinezl
0
140
Entendamos la experiencia digital de los usuarios finales en aplicaciones web
abdelgmartinezl
0
32
Armando un API Serverless
abdelgmartinezl
0
38
Other Decks in Technology
See All in Technology
AWSが推進するAI駆動開発ライフサイクル入門 〜 AI駆動開発時代に必要な人材とは 〜/ introduction_to_aidlc_and_skills
fatsushi
7
4.9k
もう怖くないバックグラウンド処理 Background Tasks のすべて - Hakodate.swift #1
kantacky
0
110
Snowflake Night #2 LT
taromatsui_cccmkhd
0
150
俺の失敗を乗り越えろ!メーカーの開発現場での失敗談と乗り越え方 ~ゆるゆるチームリーダー編~
spiddle
0
340
バニラVisaギフトカードを棄てるのは結構大変
meow_noisy
0
140
Microsoft Fabric のワークスペースと容量の設計原則
ryomaru0825
2
180
AI Coding Agentの地殻変動 ~ ai-coding.info の定点観測 ~
kotauchisunsun
0
410
【PyCon mini Shizuoka 2026】生成AI時代に画像処理やオーディオ処理のノードエディターを作る理由
kazuhitotakahashi
0
100
インシデント対応入門
grimoh
7
5.2k
あすけん_Developers_Summit_2026_-_Vibe_Coding起点での新機能開発で__あすけん_が乗り越えた壁.pdf
iwahiro
0
840
Snowflakeデータ基盤で挑むAI活用 〜4年間のDataOpsの基礎をもとに〜
kaz3284
1
190
社内ワークショップで終わらせない 業務改善AIエージェント開発
lycorptech_jp
PRO
1
370
Featured
See All Featured
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
180
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
59
50k
WENDY [Excerpt]
tessaabrams
9
36k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
The Curious Case for Waylosing
cassininazir
0
260
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.3k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
140
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
220
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The untapped power of vector embeddings
frankvandijk
2
1.6k
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