Skip to content

Commit 9579b91

Browse files
authored
Update README.md
1 parent 0230c1e commit 9579b91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

desktop/faq/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ Back in 2016, Docker started working with Google on “containerd”: a containe
3131
## 5. What if I need to bind-mount the Docker socket in my container in a remote Kubernetes cluster?
3232

3333
Provided the Docker engine is still installed on the Kubernetes worker node, the Docker socket can be bind-mounted as before. It’s not necessary for the remote Kubernetes cluster to use the Docker runtime.
34+
35+
## 6. As a developer using Docker Desktop, do I need to care which container runtime implementation is used in production?
36+
37+
No, the container “runtime” is an implementation detail of Kubernetes and you don’t need to think about it. There is no need to rebuild any images or containers. Docker pioneered the industry-standard OCI specifications to ensure that containers can run anywhere on any runtime.

0 commit comments

Comments
 (0)