Skip to content

nmsu-hpc/grid-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grid-docker

These are Docker build files for HTCondor running as a slave(worker) node. The container is running CentOS7.

To build the image use:

docker build grid-docker -t name

To run image use:

docker images 

docker run -dit -p 9618:9618 -e HOST_IP=$(hostname --ip-address) IMAGE_ID

To get into the container use:

docker exec -it CONTAINER_NAME /bin/bash

To pull the latest image use:

docker pull trecakov/htcondor-slave-node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages