Docker read-only API access -
i need enable read-only access docker api remote clients can execute requests allow them list , inspect images/containers, fetch properties , query statistics.
the configuration described here http://docs.docker.com/articles/basics/#bind-docker-to-another-hostport-or-a-unix-socket implies once remote access granted, remote clients can execute both read , write http requests.
what's recommended configuration limit remote api access reading?
Comments
Post a Comment