Most simple and fast lightweight container with Fedora systemd
2016-04-15
53 words
1 min read
If you need to have a quick bash shell in sandbox with not network as well, then the most simple command I could find so far is:
sudo virt-sandbox -c lxc:/// /bin/bash
For this you will need to have libvirt-sandbox installed which you can do with the following command:
sudo yum install libvirt-sandbox
Related Articles:
- 2016/02/01 virsh – show ip address of all running VMs
- 2015/05/05 docker search description truncated
- 2011/12/22 qemu manager for Windows to run your linux distribution
- 2015/08/27 dnsmasq local name resolution with NetworkManager
- 2015/01/05 apache in docker to serve local website
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.