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
73
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
23
SQL para ti usando IA
abdelgmartinezl
0
17
Google BigQuery: Introducción
abdelgmartinezl
0
30
Oracle Cross-Region Automated Backups
abdelgmartinezl
0
61
BSides - Mejores Prácticas de Seguridad en Docker
abdelgmartinezl
0
36
Migrando Oracle y SQL Server hacia AWS
abdelgmartinezl
0
110
Entendamos la experiencia digital de los usuarios finales en aplicaciones web
abdelgmartinezl
0
20
Armando un API Serverless
abdelgmartinezl
0
26
Amazon Honeycode
abdelgmartinezl
0
53
Other Decks in Technology
See All in Technology
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
370
開発組織のための セキュアコーディング研修の始め方
flatt_security
3
1.4k
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
470
白金鉱業Meetup Vol.17_あるデータサイエンティストのデータマネジメントとの向き合い方
brainpadpr
4
300
君も受託系GISエンジニアにならないか
sudataka
2
410
Cloud Spanner 導入で実現した快適な開発と運用について
colopl
1
320
モノレポ開発のエラー、誰が見る?Datadog で実現する適切なトリアージとエスカレーション
biwashi
6
790
インフラをつくるとはどういうことなのか、 あるいはPlatform Engineeringについて
nwiizo
5
2.4k
Datadogとともにオブザーバビリティを布教しよう
mego2221
0
130
バックエンドエンジニアのためのフロントエンド入門 #devsumiC
panda_program
16
7k
急成長する企業で作った、エンジニアが輝ける制度/ 20250214 Rinto Ikenoue
shift_evolve
2
1.1k
株式会社EventHub・エンジニア採用資料
eventhub
0
4.2k
Featured
See All Featured
Facilitating Awesome Meetings
lara
51
6.2k
Statistics for Hackers
jakevdp
797
220k
RailsConf 2023
tenderlove
29
1k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Visualization
eitanlees
146
15k
YesSQL, Process and Tooling at Scale
rocio
171
14k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Rails Girls Zürich Keynote
gr2m
94
13k
A Tale of Four Properties
chriscoyier
158
23k
How STYLIGHT went responsive
nonsquared
98
5.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
960
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
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