User Tools

Site Tools


classnotes:rh134:containers

Run Containers

a container is a running instance of a container image

a container image is a single file (tar) loaded with metadata anf has all files needed by your application

it also has an entry point (in metadata) this is the command needed to start container)

Deploy Containers

Manage Container Storage and Network Resources

you can also add network containers for example to create a network called frontend do

 [student@servera ~]$ podman network create --subnet 10.89.1.0/24 \
--gateway 10.89.1.1 frontend 

Manage Containers as System Services

classnotes/rh134/containers.txt · Last modified: by 127.0.0.1