Skip to main content

Containers

Devcontainder.json

Example:

".devcontainer/devcontainer.json":

{
"name": "Sandbox Container",
# "image": "mcr.microsoft.com/devcontainers/ruby",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers-contrib/features/mysql-homebrew:1": {}
}
}

Codespaces

Default Container

Default container do not paid for storage.

Definition ID: univeral

devcontainer-info

The univeral image.

Cost

  • 2-core for 1 day is $2.80 ($0.18 x 2 x 8); 1 month is $56.00 using 20 days

Images

Testspace

Azure

For azure-pipelines.yml:

tip

The GitHub Actions Runner uses this image

CircleCI

For config.yml:

Features

References

Doc

Articles