Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:docker [2025/02/09 19:44] – external edit 127.0.0.1tools:docker [2025/02/09 20:09] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Docker is similar to [[:tools:lxc|LXC]], however it is geared to running a single application within its jailed system rather than being a lightweight VM. It's like having a chroot management system enhanced with networking. Docker is similar to [[:tools:lxc|LXC]], however it is geared to running a single application within its jailed system rather than being a lightweight VM. It's like having a chroot management system enhanced with networking.
  
-This page details the latest version of docker for Debian bookworm. For older use cases see on Debian bullseye, see [[tools:docker-bullseye|here]].+This page details the latest version of docker for Debian bookworm. For older use cases see on docker for Debian [[tools:docker-bullseye|bullseye]].
  
 ===Uninstall=== ===Uninstall===
Line 99: Line 99:
  https://docs.docker.com/get-started/  https://docs.docker.com/get-started/
 </code> </code>
 +
 +===Resources===
 +
 +[[https://docs.docker.com/get-started/|Docker HOWTO]]
 +
 +[[https://docs.docker.com/develop/develop-images/dockerfile_best-practices/|Dockerfile Tips]]