Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4421063

Browse files
authored
chore(docs): correct inaccuracies in the "Docker in Workspaces" page (#14546)
1 parent242b1ea commit4421063

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎docs/templates/docker-in-workspaces.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ There are a few ways to run Docker within container-based Coder workspaces.
44

55
| Method| Description| Limitations|
66
| ----------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7-
|[Sysbox container runtime](#sysbox-container-runtime)| Install thesysbox runtime on your Kubernetes nodes for secure docker-in-docker and systemd-in-docker. Works with GKE, EKS, AKS.| Requires[compatible nodes](https://github.com/nestybox/sysbox#host-requirements).[Limitations](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/limitations.md)|
8-
|[Envbox](#envbox)| A container image with all the packages necessary to run an innersysbox container. Removes the need to setup sysbox-runc on your nodes. Works with GKE, EKS, AKS.| Requires running the outer container as privileged (the inner container that acts as the workspace is locked down). Requires compatible[nodes](https://github.com/nestybox/sysbox/blob/master/docs/distro-compat.md#sysbox-distro-compatibility).|
9-
|[Rootless Podman](#rootless-podman)| Runpodman inside Coder workspaces. Does not require a custom runtime or privileged containers. Works with GKE, EKS, AKS, RKE, OpenShift| Requires smarter-device-manager for FUSE mounts.[See all](https://github.com/containers/podman/blob/main/rootless.md#shortcomings-of-rootless-podman)|
10-
|[Privileged docker sidecar](#privileged-sidecar-container)| Rundocker as a privileged sidecar container.| Requires a privileged container. Workspaces can break out to root on the host machine.|
7+
|[Sysbox container runtime](#sysbox-container-runtime)| Install theSysbox runtime on your Kubernetes nodesor Docker host(s)for secure docker-in-docker and systemd-in-docker. Works with GKE, EKS, AKS, Docker.| Requires[compatible nodes](https://github.com/nestybox/sysbox#host-requirements).[Limitations](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/limitations.md)|
8+
|[Envbox](#envbox)| A container image with all the packages necessary to run an innerSysbox container. Removes the need to setup sysbox-runc on your nodes. Works with GKE, EKS, AKS.| Requires running the outer container as privileged (the inner container that acts as the workspace is locked down). Requires compatible[nodes](https://github.com/nestybox/sysbox/blob/master/docs/distro-compat.md#sysbox-distro-compatibility).|
9+
|[Rootless Podman](#rootless-podman)| RunPodman inside Coder workspaces. Does not require a custom runtime or privileged containers. Works with GKE, EKS, AKS, RKE, OpenShift| Requires smarter-device-manager for FUSE mounts.[See all](https://github.com/containers/podman/blob/main/rootless.md#shortcomings-of-rootless-podman)|
10+
|[Privileged docker sidecar](#privileged-sidecar-container)| RunDocker as a privileged sidecar container.| Requires a privileged container. Workspaces can break out to root on the host machine.|
1111

1212
##Sysbox container runtime
1313

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp