edinburghlivinglab / livinglab-hubserver

Now running at https://jupyter-inf.is.ed.ac.uk (defunct)
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Auto-updating dds_notebooks #11

Open gngdb opened 9 years ago

gngdb commented 9 years ago

Adding a script to dds_notebooks that will do this; then make a cronjob that will run this script for all users.

gngdb commented 8 years ago

Can't run a cron job in a container. Dockerish way to do this is to have another container running cron to run docker exec commands on the first container. May have to do it like that, or use host's cron. Until that's ready, we can just run the auto update script when we need to; that's tested and working.

gngdb commented 8 years ago

New cron container is failing to connect to the docker daemon, despite the socket being mounted. Unsure right now what's going wrong.