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
80
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
7
Innovación en la Era Digital: Desafios y Oportunidades
abdelgmartinezl
1
40
SQL para ti usando IA
abdelgmartinezl
0
19
Google BigQuery: Introducción
abdelgmartinezl
0
31
Oracle Cross-Region Automated Backups
abdelgmartinezl
0
62
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
29
Other Decks in Technology
See All in Technology
AWS CDK 実践的アプローチ N選 / aws-cdk-practical-approaches
gotok365
4
490
Snowflake Summit 2025全体振り返り / Snowflake Summit 2025 Overall Review
mtpooh
2
200
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
3
290
In Praise of "Normal" Engineers (LDX3)
charity
3
1.2k
Clineを含めたAIエージェントを 大規模組織に導入し、投資対効果を考える / Introducing AI agents into your organization
i35_267
4
1.4k
CSS、JSをHTMLテンプレートにまとめるフロントエンド戦略
d120145
0
220
Agentic DevOps時代の生存戦略
kkamegawa
0
980
VISITS_AIIoTビジネス共創ラボ登壇資料.pdf
iotcomjpadmin
0
150
原則から考える保守しやすいComposable関数設計
moriatsushi
3
500
Navigation3でViewModelにデータを渡す方法
mikanichinose
0
210
白金鉱業Meetup_Vol.19_PoCはデモで語れ!顧客の本音とインサイトを引き出すソリューション構築
brainpadpr
2
490
プロダクトエンジニアリング組織への歩み、その現在地 / Our journey to becoming a product engineering organization
hiro_torii
0
110
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
35
6.7k
KATA
mclloyd
29
14k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Designing for Performance
lara
609
69k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Adopting Sorbet at Scale
ufuk
77
9.4k
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