Skip to content

Dockerfile for creating a docker image that runs Visualink Pastec. An image search index.

License

Notifications You must be signed in to change notification settings

CasperCDR/pastec-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

pastec-docker

Dockerfile for creating a docker image that runs Visualink Pastec. An image search index.

A C# implementation for accessing the API is available at:

Exposed port: 4212 Volume for indexes: /pastec/data

Start command

sudo docker run --restart=always -d -p 4212:4212 -v /local/pastec/data:/pastec/data --name pastec01 caspercdr/pastec:latest

About

Dockerfile for creating a docker image that runs Visualink Pastec. An image search index.

Resources

License

Stars

Watchers

Forks

Packages

No packages published