mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
better devContainers (#2290)
* let's improve the devContainer * add some docs
This commit is contained in:
parent
70373666f1
commit
0261e3d5a5
|
@ -1,5 +1,3 @@
|
||||||
{
|
{
|
||||||
"hostRequirements": {
|
"postAttachCommand": "sh <(curl https://tea.xyz) --yes && exec bash -i"
|
||||||
"memory": "8gb"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,6 +64,13 @@ $ gh pr create
|
||||||
While inside a pantry dev-env you can run commands from any built packages
|
While inside a pantry dev-env you can run commands from any built packages
|
||||||
provided you specified their `provides:` key.
|
provided you specified their `provides:` key.
|
||||||
|
|
||||||
|
## GitHub Codespaces
|
||||||
|
|
||||||
|
`pantry` also works in GitHub Codespaces. The default configuration
|
||||||
|
provides with the repository will install/update `tea` at the time
|
||||||
|
you attach, so you should be able to quickly work on or test packages
|
||||||
|
in a remote linux environment (or work from a device with just a web browser).
|
||||||
|
|
||||||
## Providers
|
## Providers
|
||||||
|
|
||||||
If the package you want to add to tea can be executed simply eg. you want
|
If the package you want to add to tea can be executed simply eg. you want
|
||||||
|
|
Loading…
Reference in a new issue