Skip to content

silviodc/DockerCliopatria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerCliopatria

Build a docker image to Cliopatria

Build the image:

docker build -t cliopatria .

Start the containers

using the startup script

create_container.sh

OR

typing the commands

(This allow access to prolog terminal):

docker run --name "myCliopatria" -p 3020:3020 -p 3050:3050 -v $PWD/storage/:/opt/cliopatria/storage/ -it cliopatria

Creating the container in daemon mode
(Without access to prolog terminal):

docker run --name "myCliopatria" -p 3020:3020 -p 3050:3050 -v $PWD/storage/:/opt/cliopatria/storage/ -d -t cliopatria

  • Both will create the docker container and one folder (storage) where you can access the inserted triples
  • All containers will have swish instaled

Pull it from dockerhub

docker pull silviodc/cliopatria

About

Build a docker image to Cliopatria

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages