Skip to content

Latest commit

 

History

History

31

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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