Closed jpgard closed 6 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:
--name
docker run
{morf_id}_{mode}_{course}_{session}
see here https://blog.codeship.com/the-basics-of-the-docker-run-command/ for more info
This will be a huge assist in monitoring jobs on server; it also will help with easily identifying MORFID of running jobs.
closed with #62
instead of letting docker use the default names, use the
--name
parameter todocker 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