0x3333 / docker-virt-manager

Run Virt-Manager on OSX - hassle free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virt-manager on OSX

docker run --rm 0x3333/virt-manager start | bash

Installation

First install XQuartz and socat and (at least) relogin.

The add the following to your .bashrc or .zshrc ( or whatever ): virt-manager() { docker run --rm steigr/virt-manager start | exec bash; }

Building

To build the image:

docker build -t 0x3333/virt-manager .

Service

SSH_AUTH_AGENT and X11-Socket are forwarded into the container. You may log into every host you may login from your OSX/macOS machine.

Fork Update

I updated the image to use Debian testing release(Currently bullseye). I also changed the image name to 0x3333/virt-manager.

About

Run Virt-Manager on OSX - hassle free


Languages

Language:Shell 84.0%Language:Dockerfile 16.0%