Skip to content

rijalati/RIDE-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

This Dockerfile gives you an image with the latest RIDE pulled down from https://github.com/robotframework/RIDE ready to go.

In order to use it:

docker run -ti --rm \
  -e DISPLAY=$DISPLAY \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  ride

and you should be up and running. You'll need an X server on the host, so it should work fine on Linux & OSX.

About

Dockerfile for git version of robotframework RIDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published