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
8
Innovación en la Era Digital: Desafios y Oportunidades
abdelgmartinezl
1
46
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
Amplify Gen2から知るAWS CDK Toolkit Libraryの使い方/How to use the AWS CDK Toolkit Library as known from Amplify Gen2
fossamagna
1
380
本当にわかりやすいAIエージェント入門
segavvy
8
4.5k
Frontier Airlines Customer®️ USA Contact Numbers: Complete 2025 Support Guide
frontierairlineswithflyagent
0
100
公開初日に Gemini CLI を試した話や FFmpeg と組み合わせてみた話など / Gemini CLI 初学者勉強会(#AI道場)
you
PRO
0
1.6k
(HackFes)米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
5
580
Talk to Someone At Delta Airlines™️ USA Contact Numbers
travelcarecenter
0
160
AIエージェントが書くのなら直接CloudFormationを書かせればいいじゃないですか何故AWS CDKを使う必要があるのさ
watany
20
7.7k
AIコードアシスタントとiOS開発
jollyjoester
1
200
"Découvrir le Liberland"
rlifchitz
0
120
安定した基盤システムのためのライブラリ選定
kakehashi
PRO
3
150
DATA+AI SummitとSnowflake Summit: ユーザから見た共通点と相違点 / DATA+AI Summit and Snowflake Summit
nttcom
0
110
ゼロから始めるSREの事業貢献 - 生成AI時代のSRE成長戦略と実践 / Starting SRE from Day One
shinyorke
PRO
0
180
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
77
9.5k
Being A Developer After 40
akosma
90
590k
Become a Pro
speakerdeck
PRO
29
5.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Typedesign – Prime Four
hannesfritz
42
2.7k
Writing Fast Ruby
sferik
628
62k
Thoughts on Productivity
jonyablonski
69
4.7k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.3k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
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