
Utility containers shall act as an interface to an Airship environment and shall enable them to perform routine operational and debugging activities. Utility containers shall enable Operations to seamlessly support Airship environment without exposing secrets and credentials, and at the same time restricting the access to actual containers. This container allows users access to MariaDB pods remotely to perform db functions. Authorized users will able to run db queries through 'utilscli' helper. Change-Id: I72f5f202b094de9733c13b6a5a6ce3d29205b574
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
# NOTE(SamYaple): CentOS cannot be build with userns-remap enabled. httpd uses
|
|
# cap_set_file capability and there is no way to pass that in at build as of
|
|
# docker 17.06.
|
|
# TODO(SamYaple): Periodically check to see if this is possible in newer
|
|
# versions of Docker
|
|
[Service]
|
|
ExecStart=
|
|
ExecStart=/usr/bin/dockerd
|