/julia-devcontainer

Julia dev container definition for VS Code Remote Development / Codespaces Container

Primary LanguageDockerfileMIT LicenseMIT

Julia dev container definition

This repository contains the dev container definition for the Julia Programming language. The development container Docker images contain a miminal tool/runtime stack and its prerequisites to help you get up and running with Julia development in a containerized environment.

Getting started

Just follow these steps:

  1. If this is your first time using a development container, please follow the getting started steps to set up your machine.

  2. To use VS Code's copy of this definition:

    1. Start VS Code and open your project folder.
    2. Press F1 select and Remote-Containers: Add Development Container Configuration Files... from the command palette.
    3. Select the Julia definition.
  3. After following step 2, the contents of the .devcontainer folder in your project can be adapted to meet your needs.

  4. Finally, press F1 and run Remote-Containers: Reopen Folder in Container to start using the definition.