If you run into troubles, got a suggestion, or issue, please e-mail editor@webtigerteam.com
Docker
You need to awaken the Docker daemon by clicking on the docker icon in the discovery bar, or on "Docker daemon" under "Tools" in the window menu.
Once the Docker daemon is awaken, you can issue commands via the terminal emulator. Start the terminal emulator by right clicking and selecting "Terminal emulator" or under "Tools" in the window menu, or keyboard Alt+T.
Exposing ports
Exposed ports can be accessed from http://d###.username.domain.tld. (d infront if the port number to explicity use the port exposed by docker).
Type echo $DOCKER_HOST in the terminal emulator to see your docker IP.
Volumes
You can only expose files in your home directory.
Apps with graphical user interfaces
To see GUI apps you must first activate your local desktop via "View" > "Local desktop" in the window menu, or keyboard Ctrl+D.