GitHub

Use PairSpaces (https://docs.pairspaces.com) and work together with your team using DevContainers (see https://containers.dev).

Description

The PairSpaces Devcontainer Feature configures a Devcontainer as a Space where you can work together with your team from the same Devcontainer. Learn more about working together from our documentation.

Usage

In your .devcontainer.json:

{
  ...,
  "features": {
    "ghcr.io/pairspaces/devcontainers/pairspaces": {
      "token": "[OUTPUT from `pair spaces authorize` HERE]"
    }
  },
  "postAttachCommand": "/opt/pair/pair spaces bootstrap",
  "remoteUser": "root",
  ...
}

Issues

You can open an issue here or email us at support at pairspaces dot com.

Licence

See LICENCE.md

Read the original on github.com ↗