Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 545 Bytes

DOCKER.md

File metadata and controls

12 lines (7 loc) · 545 Bytes

#Docker build instructions A complete dockerfile is already part of the Linked Data Theatre. Make sure you have a recent docker installation (www.docker.com), and procede by entering the following command:

docker build -t {target}/{image name}:{tag}

Replace {target}, {image name} and {tag} with the appropriate names for your environment, for example:

docker build -t architolk/ldt:v1.5.1

After building this image, you can run the image with the command:

docker run -t architolk/ldt /run.sh