Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 275 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 275 Bytes

Description

We need to allow only a single instance of a container to run on a host. This needs to be enforced no matter what arguments are used to run it (so don't try to skate by with using a named container).

What ways can you think of to do this?

Answer

TBD