зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
41 строка
1.9 KiB
Plaintext
41 строка
1.9 KiB
Plaintext
RHEL - Containers of p19
|
|
https://www.youtube.com/playlist?list=PLXJyD2dL4oqfDNbTd6Rr1fDM38HgzKcWZ
|
|
!!!
|
|
|
|
2025
|
|
RHEL - The absolute beginners guide to Podman | Into the Terminal 158 0:00 of 54:46
|
|
https://www.youtube.com/watch?v=iJe0qzO8EHs
|
|
RHEL - Containers and Podman for beginners | Into the Terminal 154 0:00 of 1:00:04
|
|
https://www.youtube.com/watch?v=KtRYhxHFCdM
|
|
RHEL - Quadlets, Pods, and working with the latest Podman, Podman 5 0:00 of 1:05:23
|
|
https://www.youtube.com/watch?v=LsZB_mI7TcQ
|
|
2024
|
|
Tech Tutorials - David McKone - Say Goodbye To Root Accounts With Podman! 0:00 of 29:39
|
|
https://www.youtube.com/watch?v=69dADRzXpqk
|
|
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
|
|
RHEL - Managing Podman Containers as Pods | Into the Terminal 45 0:00 of 29:38
|
|
https://www.youtube.com/watch?v=frMRuhtMafk
|
|
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
|