notes/devops/container/podman/docs/presentations.txt
Ihar Hancharenka d25081a194 m
2025-08-05 16:59:48 +03:00

26 строки
1.1 KiB
Plaintext

2024
BetterStack - Podman vs Docker in 2024: What's Really Different? of 6:14
https://www.youtube.com/watch?v=SIvoAOpXZPg
! podman can talk directly to k8s
! podman is daemon-less (daemon is potentially security risc), rootc-based
! great system-d integration
! podman desctop can manage both podman and docker containers/images
2023
DevConf - Clemens Lang - Rootful networking with rootless podman containers 0:00 of 28:05
https://devconfcz2023.sched.com/event/1MYkl
https://static.sched.com/hosted_files/devconfcz2023/0d/presentation.pdf
podman run \
--rm -it \
--uidmap="0:$(id -u user):1" \
--uidmap="1:$(grep -Po '(?<=^user:).*$' /etc/subuid | head -1)" \
registry.fedoraproject.org/fedora:38
IBMTechnologies - Clyburn - Podman vs. Docker of 6:32
https://www.youtube.com/watch?v=Xx588nbshlM
! podman forks itself for running container
IBMTechnologies - Clyburn - What is Podman? How is it Different Than Docker? of 7:25
https://www.youtube.com/watch?v=5WML8gX2F1c
2019
Replacing Docker With Podman
https://www.youtube.com/watch?v=N0hSn5EwW8w