mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
chore: fix markdown prettier formatting
This commit is contained in:
parent
efe1e5ea5e
commit
9823670084
4 changed files with 45 additions and 19 deletions
|
@ -4,9 +4,9 @@ This package houses the dev-container image.
|
|||
|
||||
It includes:
|
||||
|
||||
- go (1.15.2)
|
||||
- bazel (latest via bazelisk)
|
||||
- node (latest lts via nvm)
|
||||
- go (1.15.2)
|
||||
- bazel (latest via bazelisk)
|
||||
- node (latest lts via nvm)
|
||||
|
||||
As well as any other tooling within VSCode Dev Containers.
|
||||
|
||||
|
@ -20,5 +20,5 @@ bazel run //srv/dev-container && docker run -it --rm bazel/src/dev-container:dev
|
|||
|
||||
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`
|
||||
- `docker pull roleypoly/dev-container:main`
|
||||
- `docker pull docker.pkg.github.com/roleypoly/roleypoly/dev-container:main`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue