Skip to content

chore: add envbox documentation #7198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
sreya committed Apr 19, 2023
commit e2f47e10e0356d5fc6ba587ab7ff681e0360e1df
2 changes: 1 addition & 1 deletion docs/templates/docker-in-workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Some drawbacks include:
- The outer container must be run as privileged
- Note: the inner container is _not_ privileged. For more information on the security of sysbox
containers see sysbox's [official documentation](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/security.md).
- Inital workspace startup is slower than running `sysbox-runc` directly on the nodes. This is due
- Initial workspace startup is slower than running `sysbox-runc` directly on the nodes. This is due
to `envbox` having to pull the image to its own Docker cache on its initial startup. Once the image
is cached in `envbox`, startup performance is similar.

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/envbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ variable "max_cpus" {
variable "min_cpus" {
type = string
sensitive = true
description = "Mininum number of CPUs the workspace may use (e.g. .1)."
description = "Minimum number of CPUs the workspace may use (e.g. .1)."
}

variable "max_memory" {
Expand Down