How to install in lxc container ? #2771
-
|
You wrote
Yes i don't like it, too. But i don't like kvm or host as well^^ I installed this lxc https://community-scripts.github.io/ProxmoxVE/scripts?id=npmplus and thought that podman would be better. Then I read your text. But on the Proxmox VE Helper script side they state:
Therefore the only way to install is docker/podman? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The only “easy” way currently is docker/podman, if you want to run it directly in lxc without docker/podman this is possible, but you need to do this manually by doing everything the Dockerfile does yourself, which I would not recommend. With my discrommendation, I mean running npmplus in docker inside lxc, since then you run a container inside a container which doesn't make much sense and does sometimes unexpected things. |
Beta Was this translation helpful? Give feedback.
The only “easy” way currently is docker/podman, if you want to run it directly in lxc without docker/podman this is possible, but you need to do this manually by doing everything the Dockerfile does yourself, which I would not recommend. With my discrommendation, I mean running npmplus in docker inside lxc, since then you run a container inside a container which doesn't make much sense and does sometimes unexpected things.