Skip to content

AixViPMaP/condor_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

condor_docker

Sample HTCondor Docker wrapper

Install

	cp docker.conf $(condor_config_val LOCAL_CONFIG_DIR)
	cp docker.sh $(condor_config_val DOCKER)
	chmod +x $(condor_config_val DOCKER)
	condor_reconfig

Uninstall

	rm -f $(condor_config_val DOCKER)
	rm -f $(condor_config_val LOCAL_CONFIG_DIR)/docker.conf
	condor_reconfig

About

Sample HTCondor Docker wrapper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages