Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 514 Bytes

File metadata and controls

22 lines (12 loc) · 514 Bytes

devcontainer

Docker container for local development

Make new builder in order to build for multiple platforms at once

docker buildx create --use --name multi-arch-builder

Build

docker-compose build

Using

For Visual Sudio Code Users.

  1. Download the remote container extension. https://code.visualstudio.com/docs/remote/containers
  2. Place a .devcontainer directory in the root directory of project you want to develop in.
    Inside the .devcontainer directory is a devcontainer.json file.