Advertisement
Guest User

Untitled

a guest
May 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. proxy:
  2. secretToken: "yada yada"
  3. singleuser:
  4. image:
  5. # Get the latest image tag at:
  6. # https://hub.docker.com/r/jupyter/datascience-notebook/tags/
  7. # Inspect the Dockerfile at:
  8. # https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook/Dockerfile
  9. name: jupyter/datascience-notebook
  10. # name: ${IMAGE}
  11. tag: 177037d09156
  12. # tag: latest
  13. lifecycleHooks:
  14. postStart:
  15. exec:
  16. command: ["/bin/sh", "-c", "echo Hello from the postStart handler > /usr/share/message"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement