You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/compose-file/services.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2019,6 +2019,12 @@ ulimits:
2019
2019
hard: 40000
2020
2020
```
2021
2021
2022
+
### `use_api_socket`
2023
+
2024
+
When `use_api_socket` is set, the container is able to interact with the underlying container engine through the API socket.
2025
+
Your credentials are mounted inside the container so the container acts as a pure delegate for your commands relating to the container engine.
2026
+
Typically, commands ran by container can `pull` and `push` to your registry.
2027
+
2022
2028
### `user`
2023
2029
2024
2030
`user`overrides the user used to run the container process. The default is set by the image, for example Dockerfile `USER`. If it's not set, then `root`.
0 commit comments