Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

sauercrowd/kitematic-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitematic-docker

What is this?

This Docker Image should give every Linux User the opportunity to use the Kitematic GUI. (I've tried to install it on ubuntu and fedora, it both failed)

How could I start it?

docker run -d --net host --name kitematic \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=$DISPLAY  \
-v $HOME/.Xauthority:/root/.Xauthority \
-v /var/run/docker.sock:/var/run/docker.sock \
--privileged=true jonadev95/kitematic-docker

or just use firststart.sh

(It takes time to startup, ~30s)

I've closed the kitematic window, but now I want it back again...

If you want to restart kitematic, just execute docker restart kitematic (Or use start.sh)

That's all!

It's so dirty and ugly that you mount xorg and docker sockets and make it privileged

Yes you're right, but the reason I've made it was to make it easier for everyone to test kitematic on linux and provide an image which just works.

About

This repo contains a Dockerfile to build an image for the kitematic application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published