This document discusses a project that aims to facilitate container virtualization and migration across network edge nodes using OpenStack cloud infrastructure. The key objectives of the project are to research container image format support in OpenStack Zun, implement alternatives to pulling images from DockerHub, investigate passing parameters from Zun CLI to RunC, design checkpoint/restore functionality, and design a migration workflow. The project finds that OCI is the compatible image format. It implements pulling images from other URLs and storing them in Glance. It designs checkpoint/restore using CRIU to save runtime state.
Related topics: