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 <image>

Start Container

docker start <image> 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.1663250406.txt.gz · Last modified: 2022/09/15 10:00 by jc