Open shankerwangmiao opened 9 years ago
Sometimes we need to run some commands outside after the container is ready. For example:
pflask \ --netif=veth:controler:controlee \ "--exec=ip l s controler master br0 up"\ /bin/bash
So I added the --exec option to execute some commands outside at the time the container is ready.
--exec
Sometimes we need to run some commands outside after the container is ready. For example:
So I added the
--exec
option to execute some commands outside at the time the container is ready.