Skip to content

ChimeraCoder/docker-cockatrice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation



````sh
$ docker run --rm -t --name cockatrice -v ~/.local/share/data/Cockatrice:/home/planeswalker/.local/share/data/Cockatrice <image-id>
````


SSH into the container as user `planeswalker`, with X forwarding enabled

````sh
$ DOCKER_IP=$(docker inspect cockatrice | grep IPAddress | cut -d '"' -f 4); ssh -XC planeswalker@$DOCKER_IP cockatrice
````


Cockatrice is compiled from scratch, as the .deb file currently points to broken dependencies on testing.

About

A Docker container for running Cockatrice, a Qt4 application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages