Skip to content

escalope/dockerfile-sozi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

A tool to run the Sozi tool (credits to Guillaume Savaton, https://github.com/senshu/Sozi) for creating prezi-like presentations starting from SVGs.

Get further instructions in the dockerhub repo https://cloud.docker.com/repository/docker/escalope/inkscape-sozi

To run the Inkscape

xhost +172.17.0.1;docker run --user $UID  -ti --rm -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -w /foo -v `pwd`:/foo escalope/inkscape-sozi:latest inkscape

To run the Sozi software

xhost +172.17.0.1;docker run --user $UID  -ti --rm -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -w /foo -v `pwd`:/foo escalope/inkscape-sozi:latest sozi 

If you want to build your own image, run

docker build . -t escalope/inkscape-sozi:latest

About

A dockerfile to test the Sozi software for creating animated svgs. It includes inkscape as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published