Starts Silk with the configuration files for Fuhsen
946
How to use the Silk image with the Fuhsen transformation rules Run a container with Silk and the configuration files for Fuhsen. Run the following docker command
$ docker run -i -t -p 9005:9005 --name silk lidakra/silk:v1.0.0 /bin/bash
Start the Silk Workbench in the container in background
$ ./start_workbench.sh &
Detach the container using the sequence Ctrl+P Ctrl+Q The container can also be started in detached mode executing the command
$ docker run -d -p 9005:9005 --name silk lidakra/silk:v1.0.0
Content type
Image
Digest
Size
642.5 MB
Last updated
almost 9 years ago
docker pull lidakra/silk:v1.3.1