educational-technology-collective / morf

The MOOC Replication Framework (MORF)
MIT License
16 stars 7 forks source link

add docker names to docker run command #59

Closed jpgard closed 5 years ago

jpgard commented 5 years ago

instead of letting docker use the default names, use the --name parameter to docker run to give the container a descriptive name. Probably something list:

{morf_id}_{mode}_{course}_{session}

see here https://blog.codeship.com/the-basics-of-the-docker-run-command/ for more info

jpgard commented 5 years ago

This will be a huge assist in monitoring jobs on server; it also will help with easily identifying MORFID of running jobs.

jpgard commented 5 years ago

closed with #62