Closed aebruno closed 2 years ago
This is related to #134. Would be nice to support stopping/starting the containers. Steps to reproduce:
$ ./hpcts start $ docker-compose down $ docker-compose up
This also doesn't work:
$ ./hpcts start $ docker-compose stop $ docker-compose start
XDMoD fails to come back up and just responds with application/json:
@ryanrath Any thoughts?
PR ( https://github.com/ubccr/hpc-toolset-tutorial/pull/138 ) w/ the fix for this is up. Turns out we just needed a new volume so that /etc/xdmod could persist across restarts ( down / ups ).
/etc/xdmod
This is related to #134. Would be nice to support stopping/starting the containers. Steps to reproduce:
This also doesn't work:
XDMoD fails to come back up and just responds with application/json:
@ryanrath Any thoughts?