Solving Containerd Insufficient Space Issues on OpenWRT

Continuing from the last time: [[Solving Docker Insufficient Space Issues on OpenWRT]] After resolving the insufficient space issue when pulling Docker images, I encountered a new problem. When I was creating my third container, Containerd indicated that there was insufficient space. Containerd is essentially the container management tool. We have addressed the storage issue for … Read more

Understanding Shipper’s Own Container (SOC)

Understanding Shipper's Own Container (SOC)

SOC VS COC In maritime container transportation, whether it is Full Container Load (FCL) or Less than Container Load (LCL), the containers are generally provided by the carrier (i.e., the shipping company).The shipping company’s containers are continuously cycled and reused.Containers are an important component of the shipping company’s assets.However, the cargo owner, shipper, or consignor … Read more

Containerd Basics: A Comprehensive Guide

Containerd Basics: A Comprehensive Guide

This article covers: 1. Installing Containerd 2. Running a busybox image 3. Creating a CNI network 4. Enabling network functionality for containerd containers 5. Sharing directories with the host 6. Sharing namespaces with other containers 7. Using docker/containerd together 1. Installing Containerd Local installation of Containerd: yum install -y yum-utils yum-config-manager –add-repo https://download.docker.com/linux/centos/docker-ce.repo yum install … Read more