Is there a “multi-user” Docker mode, e.g. for scientific clusters?

前端 未结 5 1701
盖世英雄少女心
盖世英雄少女心 2021-02-06 03:24

I want to use Docker for isolating scientific applications for the use in a HPC Unix cluster. Scientific software often has exotic dependencies so isolating them with Docker app

5条回答
  •  心在旅途
    2021-02-06 03:51

    Don't forget about DinD (Docker in Docker): jpetazzo/dind

    You could dedicate one Docker per user, and within one of those docker containers, the user could launch a job in a docker container.

提交回复
热议问题