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"

Commit Container

docker commit

Save Container

docker save

Run Privileged Container

docker start <image> latest <container-name> init privileged network

CentOS

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.1663265536.txt.gz · Last modified: 2022/09/15 14:12 by jc