aiidalab / aiidalab-launch

Tool to launch AiiDAlab on a local workstation.
MIT License
5 stars 3 forks source link

Support docker contexts #142

Open csadorf opened 2 years ago

csadorf commented 2 years ago

User story

As a user I expect that aiidalab-lauch respects the activated docker context so that I can use my preferred docker runtime without work-arounds.

For example, as a Mac user you might want to use colima as your docker runtime rather than Docker Desktop (see here for underlying motivation).

Additional context

We use docker-py to interact with the docker runtime which currently does not respect the configured context.