Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 1.93 KB

File metadata and controls

38 lines (37 loc) · 1.93 KB

📝 TODO

  1. pipewire??
  2. cgroups and namespaces
  3. Start a cgroup manually using an unpacked container.
  4. Can I use a cgroup command inside a container?
  5. quay.io and special labels
  6. botb - break out the box image https://github.com/brompwnie/botb
  7. Show how multistage builds work for testing
  8. Demo using cache-from..... Use a timed layer.
  9. Use different CAPS_SYS parameters.
  10. Build a apt-mirror https://www.tecmint.com/setup-local-repositories-in-ubuntu/
  11. Speed of different file system layers. i.e. If we have a 1000 layers how fast is it to find a file?
  12. Diffing using different tools https://docs.docker.com/engine/reference/commandline/diff/
  13. Kaniko. Caching, speed?
  14. Docker container escape with docker copy. https://www.andreafortuna.org/2019/11/26/cve-2019-14271-a-docker-cp-container-escape-vulnerability/
  15. Add procdump to the sidecar
  16. mounting volumes and permissions.
  17. Build a busybox image. https://github.com/ukanth/afwall/wiki/HOWTO-Compiling-busybox
  18. Show patching a container to fix an issue reported by GCR
  19. Cache invalidation - package managers
  20. Ordering of layers
  21. Showing the process tree for docker (linux is easier)
  22. Cron in a container. https://www.airplane.dev/blog/docker-cron-jobs-how-to-run-cron-inside-containers
  23. Docker users.
  24. Binding to different networks localhost vs 127.0.0.1 or 0.0.0.0
  25. docker plugins.
  26. docker manifests
  27. docker image history and using it to rebuild a container
  28. 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 "
  29. https://github.com/google/gvisor
  30. https://github.com/tonistiigi/binfmt - docker desktop supports it
  31. https://github.com/jwilder/dockerize
  32. https://github.com/tonistiigi/xx
  33. https://pythonspeed.com/articles/podman-buildkit/
  34. https://github.com/reproducible-containers/repro-sources-list.sh
  35. https://github.com/containers/toolbox