-
Notifications
You must be signed in to change notification settings - Fork 43
docs: improve readme #357
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
docs: improve readme #357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggestion but LGTM
docs/images/dark-logo.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have SVGs for these?
| Name | Description | Known Issues | | ||
| ------------------------ | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | | ||
| Volume mounts | Volumes are used to persist data and share directories between the host and container. | [#220](https://github.com/coder/envbuilder/issues/220) | | ||
| Port forwarding | Port forwarding allows exposing container ports to the host, making services accessible. | [#48](https://github.com/coder/envbuilder/issues/48) | | ||
| Script init & Entrypoint | `init` adds a tiny init process to the container, and `entrypoint` sets a script to run at container startup. | [#221](https://github.com/coder/envbuilder/issues/221) | | ||
| Customizations | Product-specific properties, e.g., _VS Code_ settings and extensions. | [#43](https://github.com/coder/envbuilder/issues/43) | | ||
| Composefile | Define multiple containers and services for more complex development environments. | [#236](https://github.com/coder/envbuilder/issues/236) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make sure we keep this table updated as the issues gets resolved.
- `build`: Builds and tags `envbuilder:latest` for your current architecture. | ||
- `develop`: Runs `envbuilder:latest` against a sample Git repository. | ||
- `test`: Runs tests. | ||
- `test-registry`: Stands up a local registry for caching images used in tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing docs
target?
Co-authored-by: Cian Johnston <[email protected]>
Co-authored-by: Muhammad Atif Ali <[email protected]>
Also closes #328 |
Co-authored-by: Cian Johnston <[email protected]> Co-authored-by: Muhammad Atif Ali <[email protected]> (cherry picked from commit 63a383b)
Closes coder/internal#59