Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 413 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 413 Bytes

Start/Stop/Destroy

docker compose up
docker compose stop
docker compose down

HTCondor Custom Config

Define custom configuration in config/<role>/*.conf files.

Change Pool Password

# Current Password: PegasusWMS123*
condor_store_cred -c add -d passwd/POOL
Enter password:

Running Pegasus Commands

docker exec -it -u submituser htcondor-docker-compose-submit-1 bash