Skip to content

Dockerfile to build a container with SGE installed

Notifications You must be signed in to change notification settings

stevekm/docker-sge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-sge

Dockerfile to build a container with SGE installed.

Build

To build type:

git clone git@github.com:stevekm/docker-sge.git
cd docker-sge
docker build -t stevekm/sgeserver .

Run

docker run --rm -t -i stevekm/sgeserver

Test

From inside the container, run /test.sh:

root@7022b3a28667:/# /test.sh
Your job 1 ("STDIN") has been submitted
job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID
-----------------------------------------------------------------------------------------------------------------
      1 0.00000 STDIN      root         qw    12/07/2017 23:58:38                                    1

References

Based on Dockerfile hosted here

About

Dockerfile to build a container with SGE installed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%