podman/docs/tutorials
Daniel J Walsh d200801152
Cleanup tutorials
Inspired by @kannkyo PR.

Eliminate sudo when commands will work fine in rootless mode.

Make all commands in tutorials easily cut and pastable, by eliminating
$ and > symbols.

This should make them all consistant agross different tutorials.

Also make all systemctl enable calls use the --now option.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-17 06:49:53 -05:00
..
README.md Update README.md 2020-11-02 16:22:52 -06:00
image_signing.md Cleanup tutorials 2020-11-17 06:49:53 -05:00
mac_client.md [CI:DOCS] Update remote tutorials 2020-09-08 17:30:54 -04:00
mac_win_client.md Cleanup tutorials 2020-11-17 06:49:53 -05:00
podman-derivative-api.md Update Derivative API tutorial to reflect the HTTP API 2020-05-20 17:35:24 -04:00
podman-go-bindings.md [CI:DOCS] Include Go bindings tutorial 2020-08-19 21:22:53 -04:00
podman_tutorial.md Cleanup tutorials 2020-11-17 06:49:53 -05:00
remote_client.md Cleanup tutorials 2020-11-17 06:49:53 -05:00
rootless_tutorial.md Cleanup tutorials 2020-11-17 06:49:53 -05:00
varlink_remote_client.md [CI:DOCS] Update remote tutorials 2020-09-08 17:30:54 -04:00

README.md

PODMAN logo

Podman Tutorials

Introduction Tutorial

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

Basic Setup and Use of Podman in a Rootless environment

The steps required to setup 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 setup and use image signing with Podman.

Go Bindings

A brief how-to on using Podman's Go bindings in external applications.