mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: add dev-container readme
This commit is contained in:
parent
f32b2a2a98
commit
3f9ac5f275
1 changed files with 24 additions and 0 deletions
24
src/dev-container/README.md
Normal file
24
src/dev-container/README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Dev Container
|
||||
|
||||
This package houses the dev-container image.
|
||||
|
||||
It includes:
|
||||
|
||||
- go (1.15.2)
|
||||
- bazel (latest via bazelisk)
|
||||
- node (latest lts via nvm)
|
||||
|
||||
As well as any other tooling within VSCode Dev Containers.
|
||||
|
||||
## Building
|
||||
|
||||
To build and use locally,
|
||||
|
||||
```sh
|
||||
bazel run //srv/dev-container && docker run -it --rm bazel/src/dev-container:dev-container
|
||||
```
|
||||
|
||||
To just use, this is published to two registries. There is no effective difference, except that GitHub's registry requires login, and Docker Hub does not.
|
||||
|
||||
- `docker pull roleypoly/dev-container:main`
|
||||
- `docker pull docker.pkg.github.com/roleypoly/roleypoly/dev-container:main`
|
Loading…
Add table
Reference in a new issue