Closed mriffle closed 1 year ago
Added files for creating a Docker image to simplify running CONGA for Docker users.
CONGA Docker image can be built using: docker image build -t conga:latest . CONGA then can be run using:
docker image build -t conga:latest .
docker run \ --rm -it \ -v `pwd`:`pwd` \ -w `pwd` \ conga:latest \ python3 /usr/local/bin/CONGA.py <parameters>
Should consider putting on Docker Hub to make it even easier for users to run it.
Decided to make some updates, will submit new PR
Added files for creating a Docker image to simplify running CONGA for Docker users.
CONGA Docker image can be built using:
docker image build -t conga:latest .
CONGA then can be run using:Should consider putting on Docker Hub to make it even easier for users to run it.