User Tools

Site Tools


technical:containers

This is an old revision of the document!


Containers

Orchestration

Kubernetes

Podman Script

Network

Linux

Onyx

Enable Docker

docker
no shutdown

Pull Image

docker pull centos

Start Container

docker start centos latest <container-name> now

Enter Container

docker exec <container-name> "bin/bash"

Migrate from CentOS 8 to CentOS Stream

dnf --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos
dnf distro-sync

Build System

podman build scripts

technical/containers.1663247595.txt.gz · Last modified: 2022/09/15 09:13 by jc