Skip to content

Commit

Permalink
Document Dockside support for RunCVM runtime
Browse files Browse the repository at this point in the history
- Dockside may be used with https://github.com/newsnowlabs/runcvm to
  allow seamless launching of VM devtainers,
  on amd64 hardware with KVM support
  • Loading branch information
struanb committed Sep 8, 2024
1 parent 5cb52e1 commit 409a0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Advanced features:
- Runtime agnostic: use runC (Docker's default), [sysbox](https://github.com/nestybox/sysbox), [gvisor](https://gvisor.dev/), or others.
- Apply Docker system resource limits to devtainers, and communicate available system resources to devtainers using [LXCFS](extensions/lxcfs.md).
- Support for launching [multi-architecture devtainers](extensions/multiarch.md) using [qemu-user-static](https://github.com/multiarch/qemu-user-static).
- Support for launching KVM VMs on amd64 hardware using [RunCVM](https://github.com/newsnowlabs/runcvm)
- Firewall or redirect outgoing devtainer traffic using custom Docker networks.
- Access Dockside devtainers via multiple domain names, when needed to stage or simulate multi-domain web applications.

Expand Down

0 comments on commit 409a0f0

Please sign in to comment.