- Clone this git repository into a local directory:
git clone https://github.com/DurhamARC/BioSAXS-Docker - Change into that directory:
cd BioSAXS-Docker - Update submodules:
git submodule update --init --recursive - Check flask app port is bound to public IP (required for running under Docker– the container is still on a private network by default)
Check last line of
carbonara/carbonara-setup/app.pyreadsapp.run(debug=True, host='0.0.0.0', port=5001) - Build Docker image:
docker build --tag=biosaxs . - Run docker image:
docker run -it --rm -p 5001:5001 --name=biosaxs biosaxs - Access flask web interface on http://localhost:5001
DurhamARC/BioSAXS-Docker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|