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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ The container can be customized in runtime by setting environment from docker's
40
40
41
41
### Working with Docker from inside container
42
42
43
-
The`app`user is a member of the`docker`group. That allows it to interact with the Docker socket (`/var/run/docker.sock`) when it is explicitly mounted into the container. This is particularly useful for advanced use cases that require such functionality, such as monitoring other containers or accessing Docker APIs.
43
+
The`app`user is a member of the`docker`group. That allows it to interact with the Docker socket (`/var/run/docker.sock`) when it is explicitly mounted into the container. This is particularly useful for advanced use cases that require such functionality, such as monitoring other containers or accessing Docker APIs.
44
44
45
-
Under standard usage, the Docker socket is not mounted into the container. In such cases, thedockergroup membership does not grant theappuser any elevated privileges. The container remains secure and operates with an unprivileged user.
45
+
Under standard usage, the Docker socket is not mounted into the container. In such cases, thedockergroup membership does not grant theappuser any elevated privileges. The container remains secure and operates with an unprivileged user.
The`dk.sh` script is a simple script to get a shell inside containers that don't have one (likescratch-based containers). It works by temporarily copying BusyBox into the container and cleaning it up after you're done.
125
+
The`dk.sh` is a simple script to get a shell inside containers that don't have one (likescratch-based containers). It works by temporarily copying BusyBox into the container and cleaning it up after you're done.
0 commit comments