Skip to content

Commit

Permalink
Update docker.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher authored Oct 19, 2024
1 parent 14c219d commit 2472328
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,6 @@ When you start an image, you have a running container of this image. You can hav

https://stackoverflow.com/questions/23735149/what-is-the-difference-between-a-docker-image-and-a-container

Podman setup
--------------

Place the following bit of code in ``~/.config/containers/storage.conf``:

.. code-block:: console
[storage]
driver = "overlay"
graphroot = "/tmp/podman/$USER/.local/share/containers/storage"
[storage.options]
mount_program = "/usr/bin/fuse-overlayfs"
ignore_chown_errors = "true"

Docker vocabulary
----------------------------
Expand Down

0 comments on commit 2472328

Please sign in to comment.