Comments on: How to Install and Manage Virtual Machines and Containers https://www.tecmint.com/install-manage-virtual-machines-in-centos/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 06 Dec 2018 17:26:09 +0000 hourly 1 By: Ranjeet Badhe https://www.tecmint.com/install-manage-virtual-machines-in-centos/comment-page-1/#comment-1080743 Thu, 06 Dec 2018 17:26:09 +0000 https://www.tecmint.com/?p=30137#comment-1080743 I want to create VM and join interface of the VM to a OVS bridge i.e. eth0 on VM and TAP interface on Bridge. Please let me know the commands

]]>
By: Ravi Saive https://www.tecmint.com/install-manage-virtual-machines-in-centos/comment-page-1/#comment-1019816 Tue, 31 Jul 2018 10:55:16 +0000 https://www.tecmint.com/?p=30137#comment-1019816 In reply to DarkSun.

@DarkSun,

Deleting a VM Guest, also remove its configuration stored under /etc/ directory, along with its storage files.

To remove VM, first list the running VM guests, once you the name of the VM, shutdown and delete using following commands.

# virsh list
# virsh shutdown VM_NAME
# virsh undefine VM_NAME
]]>
By: DarkSun https://www.tecmint.com/install-manage-virtual-machines-in-centos/comment-page-1/#comment-1019813 Tue, 31 Jul 2018 10:43:13 +0000 https://www.tecmint.com/?p=30137#comment-1019813 How can I delete the Virtual Machines?

]]>
By: Eugene https://www.tecmint.com/install-manage-virtual-machines-in-centos/comment-page-1/#comment-1019179 Sat, 28 Jul 2018 16:47:11 +0000 https://www.tecmint.com/?p=30137#comment-1019179 So where is the info about using containers?

]]>