Skip to content

Docker Notes

Mark Feit edited this page Jul 28, 2016 · 8 revisions

This page describes how to build a Docker container that runs a self-contained instance of pScheduler.

This requires a 64-bit Linux system with the 3.x kernel and Docker installed and running.

Build, Tag and Push

Do this in a temporary directory.

curl -s -O https://raw.githubusercontent.com/perfsonar/pscheduler/master/scripts/docker/build-container
sh ./build-container
Clone this wiki locally