How to install and run Sikuli In docker?

Asked by lionlamb

I have problem installing Sikuli in docker. Can Anyone help? Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
lionlamb
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

to install: You either have to
- create the jars somewhere else and have them ready to be downloaded into your docker environment
- or you have to use the silent setup (faq 2609)

to run:
be aware, that SikuliX needs a "real" monitor environment. With Docker this must be something like xvfb or similar.
SikuliX generally refuses to startup in a so called headless environment, since it does not make any sense to do so.

Revision history for this message
lionlamb (lionlamb) said :
#2

Thanks! It works! I choose to use the silent setup.

Revision history for this message
TechDutta (pramoddutta-96) said :
#3

https://github.com/kkochubey1/docker_sikuli_chrome_x11vnc

sikuli-chrome-x11vnc
Docker image with sikuli-ide, chrome browser and vnc server for sikuli script development inside of running docker container for web routine automation in chrome browser with vnc remote access