Sign inSign up

lincolnbryant/coreos-osg-wn

By lincolnbryant

Updated almost 8 years ago

OSG worker node container for CoreOS

Image
1

3.0K

lincolnbryant/coreos-osg-wn repository overview

Docker Automated buil

HTCONDOR-DOCKER: This is our customized worker node image at MWT2 that connects to a fixed htcondor central manager. The intent here is to run HTCondor as a container while using it to launch more containers.

The reason we do it this way is to allow "vanilla" universe jobs to run on a generic SL6 image, but allow more advanced "docker universe" workloads to run as well.

USAGE:

edit the condor config to your liking, and then

docker build . 
docker run --net=host -v /var/run/docker.sock:/var/run/docker.sock \ 
-v /var/lib/condor:/var/lib/condor -v /cvmfs:/cvmfs:slave <image id> 

Tag summary

Content type

Image

Digest

Size

2 GB

Last updated

almost 8 years ago

docker pull lincolnbryant/coreos-osg-wn