*: I've been working on a Docker container which allows us to submit Pegasus workflows from CHTC.
 *:: Source files for this container are in: *moria.cs.wisc.edu:/nobackup/coatsworth/docker/pegasus-chtc*
+*:: Use the following command to run the container:
+{code}
+docker run -d -it --net="host" -u $(id -u ${USER}):$(id -g ${USER}) -v /tmp:/tmp:Z -v /home/${USER}:/home/${USER}:Z --name pegasus-chtc pegasus-chtc
+{endcode}
 *:: These is currently one major limitation with this container. It can successfully submit Condor jobs via the _condor_schedd_ running on the host machine, however the Pegasus binaries needed to run workflows are not available on the host. We currently have no solution for this. A couple possible approaches:
 *::: Make it a requirement that host machines have the Pegasus binaries available somewhere.
 *::: Add an =entrypoint.sh= file to the Docker container that copies the files to the user's home directory.