learn.conf 230 B

1234567891011121314
  1. [base]
  2. ;根目录
  3. path = {base}
  4. [core]
  5. image = learn
  6. volumes = {container}src/learn:/src
  7. alias = python3
  8. [tool]
  9. image = learn-tool
  10. port = 10001:8888
  11. volumes = {container}conf/jupyter:/root/.jupyter
  12. command = jupyter