Skip to content

Access a instance of kdenlive via the browser running on your server

License

Notifications You must be signed in to change notification settings

JonathanTreffler/kdenlive-vnc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Docker Cloud Build Status Docker Image Size (latest by date) Maintenance GitHub last commit

Run with:

docker run -p 5800:5800 -p 5900:5900 tessypowder/docker-kdenlive:latest

You probably want a folder to store your data:

docker run -p 5800:5800 -p 5900:5900 -v '/pathToFolderOnHost/':'/sharedContent':'rw' tessypowder/docker-kdenlive:latest

Then you can acces Kdenlive it via http on port 5800 or vnc at port 5900

Screenshot:

This image is based on the gui baseimage of @jlesage