Lesson 10.3: Perform container management using commands such as podman and skopeo


Create container using the downloaded base image

CASE I: Creating Locally Accessible Container

Syntax : podman run -d --name <container name> <image name>

CASE I: Creating Remotely Accessible Container

Syntax : podman run -d --name <container name> -p <landing port>:<container port> <image name>

Remove

Removing a container image

Syntax : podman rmi <image name>

All systems normal

© 2025 2023 Sanjeeb KC. All rights reserved.