I'd like to "restore" my LXC backup locally on MacOS, then backup it again and restore it on my Proxmox server in order to speed up my development process. Is that possible in some way?
I'd like to run my Proxmox LXC Container on local on my MacOS and then move it to my remote server which is running Proxmox. Is that possible without virtualizing Proxmox itself?
that means in macos you can't run the LXD (daemon for running the containers) locally, since only the client works.
if you're really insistent on running LXC, then i guess you could do so by running LXD in docker -- so it would be nested and the docker container would need to have access to the whole host to run LXD/LXC.
you can also use an ubuntu/debian VM of course and run LXD/LXC inside there as well. virtualizing proxmox is also possible.
however nested virtualization is usually discouraged because of performance and security drawbacks.
it's also possible that you might be able to accomplish your goal without running the container on your macOS. what exactly do you want to do? perhaps there's an easier/simpler solution
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.