https://raw.githubusercontent.com/containers/podman/main/logo/podman-logo.png

Tutorials 教程 ¶

Here are a number of useful tutorials to get you up and running with Podman. If you are familiar with the Docker Container Engine the command in Podman should be quite familiar. If you are brand new to containers, take a look at our Introduction.
这里有一些有用的教程,可以帮助您快速上手使用 Podman。如果您熟悉 Docker 容器引擎,那么在 Podman 中使用的命令应该会很熟悉。如果您是全新接触容器技术的,可以查看我们的介绍。

  • Basic Setup and Use of Podman: Learn how to set up Podman and perform some basic commands with the utility.
    Podman 的基本设置和使用:了解如何设置 Podman 并使用该实用程序执行一些基本命令。

  • Basic Setup and Use of Podman in a Rootless environment: The steps required to set up rootless Podman are enumerated.
    在无根环境中设置和使用 Podman 的基本方法:列举了设置无根 Podman 所需的步骤。

  • Podman for Windows: A guide to installing and using Podman on Windows.
    Windows 上的 Podman:在 Windows 上安装和使用 Podman 的指南。

  • Podman Remote Clients on Mac/Windows: Advanced setup for connecting to a remote Linux system using the Podman remote client on Mac and Windows.
    Mac/Windows 上的 Podman 远程客户端:使用 Mac 和 Windows 上的 Podman 远程客户端连接到远程 Linux 系统的高级设置。

  • How to sign and distribute container images using Podman: Learn how to set up and use image signing with Podman.
    如何使用 Podman 签名和分发容器镜像:学习如何设置并使用 Podman 进行镜像签名。

  • Podman remote-client tutorial: A brief how-to on using the Podman remote-client.
    Podman 远程客户端教程:如何使用 Podman 远程客户端的简要说明。

  • How to use libpod for custom/derivative projects: How the libpod API can be used within your own project.
    如何在自定义/衍生项目中使用 libpod:如何在您自己的项目中使用 libpod API。

  • How to use Podman’s Go RESTful bindings: An introduction to using our RESTful Golang bindings in an external application.
    如何使用 Podman 的 Go RESTful 绑定:介绍如何在外部应用程序中使用我们的 RESTful Golang 绑定。

  • Common network setups: A basic guide to common network setups for Podman.
    常见网络设置:Podman 常见网络设置的基本指南。

  • Socket activation: Learn how to run containers that support socket activation.
    套接字激活:学习如何运行支持套接字激活的容器。