Skip to content

Instantly share code, notes, and snippets.

@JCadet974
JCadet974 / docker-to-proxmox.md
Created October 2, 2024 09:25 — forked from flaki/docker-to-proxmox.md
Importing a Docker container image into Proxmox Linux Containers (LXC)

Importing a Docker container into Proxmox/LXC

Importing the container

For this we are going to be using lxc-create, which comes pre-installed on Proxmox but needs further dependencies to fetch the OCI images from Docker:

apt update && apt -y install skopeo umoci jq