cm3 / docker-virtuoso

Dockerized Virtuoso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-virtuoso

A Dockerized Virtuoso.

Build an image

$ docker build -t virtuoso:7.2.0 .

Start a container

 $ docker run -u="virtuoso" -d -p 127.0.0.1:8890:8890 --name virtuoso1 virtuoso:7.2.0

Differences from namlook/docker-virtuoso

  • Use ubuntu:14.04.2 as a base image.
  • Install latest stable virtuoso 7 by using git command instead of downloading zip file.
  • Install to default path (/usr/local/virtuoso-opensource/) and use default .ini file.
  • Doesn't use .sh file.
  • Doesn't expose ports directly. (See: Viktor's ramblings • The dangers of UFW + Docker)

More info

About

Dockerized Virtuoso

License:MIT License