- pipewire??
- cgroups and namespaces
- Start a cgroup manually using an unpacked container.
- Can I use a cgroup command inside a container?
- quay.io and special labels
- botb - break out the box image https://github.com/brompwnie/botb
- Show how multistage builds work for testing
- Demo using cache-from..... Use a timed layer.
- Use different CAPS_SYS parameters.
- Build a apt-mirror https://www.tecmint.com/setup-local-repositories-in-ubuntu/
- Speed of different file system layers. i.e. If we have a 1000 layers how fast is it to find a file?
- Diffing using different tools https://docs.docker.com/engine/reference/commandline/diff/
- Kaniko. Caching, speed?
- Docker container escape with docker copy. https://www.andreafortuna.org/2019/11/26/cve-2019-14271-a-docker-cp-container-escape-vulnerability/
- Add procdump to the sidecar
- mounting volumes and permissions.
- Build a busybox image. https://github.com/ukanth/afwall/wiki/HOWTO-Compiling-busybox
- Show patching a container to fix an issue reported by GCR
- Cache invalidation - package managers
- Ordering of layers
- Showing the process tree for docker (linux is easier)
- Cron in a container. https://www.airplane.dev/blog/docker-cron-jobs-how-to-run-cron-inside-containers
- Docker users.
- Binding to different networks localhost vs 127.0.0.1 or 0.0.0.0
- docker plugins.
- docker manifests
- docker image history and using it to rebuild a container
- https://adamo.wordpress.com/2022/05/05/removing-all-containers-via-ssh/ ssh remote_user@remote_host "docker ps -a -q|xargs -n 1 docker rm -f "
- https://github.com/google/gvisor
- https://github.com/tonistiigi/binfmt - docker desktop supports it
- https://github.com/jwilder/dockerize
- https://github.com/tonistiigi/xx
- https://pythonspeed.com/articles/podman-buildkit/
- https://github.com/reproducible-containers/repro-sources-list.sh
- https://github.com/containers/toolbox