Sign inSign up

dailab/services

By dailab

Updated about 9 years ago

JIAC node providing a process interpreter and some demo services.

Image
0

286

dailab/services repository overview

How to run the Image

on macOS

  1. Install XQuartz, if you have not already.
  2. Make sure you have socat installed and run the following console command
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"
  1. Replace >YOUR IP HERE< in the following console command with your actual IP, then execute the command.
docker run -ti --rm \
           -e DISPLAY=>YOUR IP HERE<:0 \
           -v /tmp/.X11-unix:/tmp/.X11-unix \
           -p 9999:9999 \
           -p 45678:45678 \
           dailab/services

on Windows

  1. Replace >YOUR IP HERE< in the following console command with your actual IP, then execute the command.
docker run -ti --rm ^
           -e DISPLAY=>YOUR IP HERE<:0 ^
           -v C:/Temp:/tmp/.X11-unix ^
           -p 9999:9999 ^
           -p 45678:45678 ^
           dailab/services

on Linux

  1. Run the following console command:
docker run -ti --rm \
           -e DISPLAY=$DISPLAY \
           -v /tmp/.X11-unix:/tmp/.X11-unix \
           -p 9999:9999 \
           -p 45678:45678 \
           dailab/services

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

about 9 years ago

docker pull dailab/services