Sign inSign up

rebooting/ubuntutagui

By rebooting

•Updated over 8 years ago

Training Docker Image for TagUI

Image
0

569

rebooting/ubuntutagui repository overview

⁠Not intended for production use!

SSH Port: 2200 username/password: user01/user01 vnc port: 7800

TagUI tool is in : /usr/local/tagui/ SikuliX needs manual installation, execute the command either while exporting out to an external XServer or within VNC. You need a GUI for this command: /usr/local/tagui/tagui.sikuli/install-sikuli.sh

#!/bin/bash
VOLUME="-v tag01:/home/user01"
#Remove VOLUME1 if you don't need to transfer data
VOLUME1="-v /Users/someuser/extproj/:/home/user01/extproj"
docker run -it -p 7800:7800 -p 2200:22 $VOLUME $VOLUME1 --rm rebooting/ubuntutagui

Tag summary

Content type

Image

Digest

Size

836.8 MB

Last updated

over 8 years ago

docker pull rebooting/ubuntutagui