Script to Convert any Docker Image to LXC #5929
Unanswered
tlissak
asked this question in
Request script
Replies: 1 comment 1 reply
-
Yea, try doing that for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Application Name
Docker Image
Website
https://hub.docker.com/
Description
As we can create any of docker image by simply running this commandes bellow
Here is an working exemple :
$ apt install skopeo umoci jq
$ lxc-create 500 -t oci -- --url docker://alpine:latest
$ cat /etc/pve/lxc/500.conf
arch: amd64
cores: 1
hostname: doker-alpine
memory: 128
ostype: alpine
rootfs: /var/lib/lxc/500/rootfs
:) Done you can start using this container
So why not create script to automate this process ?
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions