Skip to content

Docker Deployment

Logan Terry edited this page Feb 14, 2021 · 1 revision

To build & run the docker image locally:

(from the top level directory of this repository)
-$docker build -t sbolcanvas/sbolcanvas .
-$docker run -p 8080:8080 sbolcanvas/sbolcanvas:latest

To run the latest version on the dockerhub repository locally:

-$docker run --rm -p 8080:8080 randoom97/sbolcanvas

To run the current release on the dockerhub repository locally:

-$docker run --rm -p 8080:8080 randoom97/sbolcanvas:1.1.0

Known issues

If you are building the Docker image locally on Windows, you may need to change the line endings to match Linux in build_backend.sh and build_frontend.sh.