зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
55 строки
2.6 KiB
Plaintext
55 строки
2.6 KiB
Plaintext
RHEL - Containers of p19
|
||
https://www.youtube.com/playlist?list=PLXJyD2dL4oqfDNbTd6Rr1fDM38HgzKcWZ
|
||
!!!
|
||
|
||
2025
|
||
DevConf - Five podman features you didn’t know about or that you should consider start using 0:00 of 14:49
|
||
https://www.youtube.com/watch?v=ivMrXRDQUSY
|
||
DevConf - Five podman features you didn’t know about or that you should consider start using 0:00 of 35:04
|
||
https://www.youtube.com/watch?v=SWEats_q8uI
|
||
https://pretalx.devconf.info/devconf-cz-2025/talk/V8XJGM/
|
||
https://inknos.codeberg.page/DevConf25/
|
||
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
|
||
AmadeusForDevelopers - Podman Tutorial Zero to Hero 30:00 of 1:00:54
|
||
https://www.youtube.com/watch?v=YXfA5O5Mr18
|
||
! 7:00 podman machine ...
|
||
! /etc/containers/registries.conf
|
||
! 11:00 podman search ... for image
|
||
! so-so
|
||
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
|
||
MehdiHaghgoo - Run Podman Desktop on macOS 0:00 of 14:49
|
||
https://www.youtube.com/watch?v=AneQjT1tqys
|
||
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
|