omya3qno
omya3qno
+1. I'd like to virtualize a physical machine (that currently gets its address via DHCP) into a Docker container with macvlan networking (so that other machines on the network won't...
> Thank you🙏Will have a look! If you are new to docker, https://docs.docker.com/engine/install/debian/ has the instructions to get the 'hello-world' example running.
> * Why is myscript.sh a directory? > * If it's supposed to be a file, which it looks like it should be, what should be in it? Indeed, myscript.sh...
> Indeed, when everything is set up properly (which I would have done first go if I had read your notes a bit more carefully 🫤) it works. Let me...
To do this in a stateful manner, it is possible to split the ```run``` into three commands, ```container create```, ```container start``` and ```container rm```. The first and last needs to...
Looks to me like you try to use systemd-nspawn inside of the docker container. I'm not sure that is supported. Qemu does work, though.