podman/docs/tutorials
Erik Sjölund b8a7e275d1 [CI:DOCS] rootless_tutorial: Remove incorrect advice regarding volumes and mount points
* Remove the instruction
  "The mount point must exist in the container"
  as it is incorrect which is shown by this example
  ```
  $ mkdir dir1
  $ podman run --rm -v ./dir1:/dir1:Z docker.io/library/fedora:36 touch /dir1/file
  $ ls dir1
  file
  $ podman run --rm docker.io/library/fedora:36 ls -l /dir1
  ls: cannot access '/dir1': No such file or directory
  $ podman --version
  podman version 4.1.1
  $
  ```

* Rewrite the advice "You should always give the full path to the volume you'd like to mount"
  so that it also mentions relative paths starting with a dot.

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2022-07-12 16:32:14 +02:00
..
README.md Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00
basic_networking.md Update basic_networking.md 2022-06-21 16:24:59 -04:00
image_signing.md Cleanup tutorials 2020-11-17 06:49:53 -05:00
mac_client.md [CI:DOCS] fix default branch links 2022-01-15 20:56:19 +01:00
mac_experimental.md Put current product first and historical product second 2022-05-24 10:36:35 -04:00
mac_win_client.md Update tutorial list to include Podman for Windows 2022-05-15 11:48:25 -05:00
podman-derivative-api.md Remove varlink support from Podman 2020-11-26 16:50:42 -05:00
podman-for-windows.md Open Windows tutorial after MSI installation 2022-06-16 23:46:24 -05:00
podman-win-install.jpg Add initial Windows guide 2022-05-10 23:30:42 -05:00
podman-wsl-term.jpg Add initial Windows guide 2022-05-10 23:30:42 -05:00
podman_bridge.png [CI:DOCS]basic networking guide 2021-02-18 13:21:33 -06:00
podman_macvlan.png [CI:DOCS]basic networking guide 2021-02-18 13:21:33 -06:00
podman_pod.png [CI:DOCS]basic networking guide 2021-02-18 13:21:33 -06:00
podman_rootless_default.png [CI:DOCS]basic networking guide 2021-02-18 13:21:33 -06:00
podman_tutorial.md Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00
podman_tutorial_cn.md [CI:DOCS] fix default branch links 2022-01-15 20:56:19 +01:00
remote_client.md docs: Remove -s from systemctl enable --now sshd 2022-07-02 12:27:57 +02:00
rootless_tutorial.md [CI:DOCS] rootless_tutorial: Remove incorrect advice regarding volumes and mount points 2022-07-12 16:32:14 +02:00

README.md

PODMAN logo

Podman Tutorials

Introduction Tutorial

Learn how to set up Podman and perform some basic commands with the utility.

Basic Setup and Use of Podman in a Rootless environment

The steps required to set up rootless Podman are enumerated.

Setup Mac/Windows

Special setup for running the Podman remote client on a Mac or Windows PC and connecting to Podman running on a Linux VM are documented.

Remote Client

A brief how-to on using the Podman remote-client.

How to use libpod for custom/derivative projects

How the libpod API can be used within your own project.

Image Signing

Learn how to set up and use image signing with Podman.

Basic Networking

A basic guide to common network setups with Podman