Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.51 KB

File metadata and controls

40 lines (30 loc) · 2.51 KB

Prerequisites

Development Platform

Development container creation has been tested using the following platforms:

Additional Software

  • Visual Studio Code with remote containers extension

    • Install on Windows host machine when using Windows.
  • jq utility

    • Install on the WSL 2 Linux distribution when using Windows.
  • GNU coreutils

    • These should be available by default when using native Linux and WSL 2.
    • These will need installing manually when using macOS.
  • Ensure GPG-AGENT is running as a daemon

    • Run on the WSL 2 Linux distribution when using Windows.
  • Ensure that an SSH Agent is running. The followng command can be used to start an SSH agent if needed:

    eval $(ssh-agent -s)
    • Run on the WSL 2 Linux distribution when using Windows.

Setup GitHub Credential Sharing

Visual Studio Code development containers provide inbuilt support for accessing git credentials without copying them to the container.

  • GitHub Credential Sharing must be setup on the WSL 2 Linux distribution when using Windows.