Vurtualization

Most simple and fast lightweight container with Fedora systemd

2016/04/15

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 …

virsh – show ip address of all running VMs

2016/02/01

If you are using the libvirt and associated tools, then you must be aware about virt-manager. However this being a GUI tools, it is not possible to always use this. “virsh” is a good option for this. …

dnsmasq local name resolution with NetworkManager

2015/08/27

Network Manager suports starting dnsmasq which helps you have a local cache for DNS thus getting faster resolution for the DNS queries. Dnsmasq with netowrkmanager So, one thing that I have been …

docker search description truncated

2015/05/05

When you search with “docker search”, you would notice that the description of the image is truncated. Sometimes you want to see full description, to do so, you can use –no-trunc option. So, for …

apache in docker to serve local website

2015/01/05

I have some backup’s of website on my laptop, which I occasionally want to view. Now, I could have setup apache to serve them directly with VirtualHost or alias but wanted a better solution. So, …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it