How to run a docker container with private ownership?

1

When using portainer.io in version 1.14.2 and listing all the containers you can see the ownership column. Through the portainer interface it is possible to modify to private and change access control for administrators or restricted to some specific profile or user. How can I create the container through the command line and define that ownership is private and for a given user or profile?

    
asked by anonymous 27.09.2017 / 18:56

1 answer

0

Ownership is a unique Portainer configuration. The most that you can do in this type of automation is the use of labels, but you can even work under the security aspect, you can only hide containers created with a certain label / value.

    
20.11.2017 / 04:00