Skip to content

icn-team/devcontainer

Repository files navigation

VSCode configuration files

This repository contains configuration files used by vscode to create a container ready for compiling/debuggin/testing the hicn stack.

How to use

Install Docker on your development machine (https://docs.docker.com/) and run it.

Clone the hicn software stack:

git clone https://github.com/Fdio/hicn && cd hicn

Add this repo under the folder .devcontainer inside the hicn repository:

git submodule add [email protected]:icn-team/devcontainer.git .devcontainer

Open VSCode and install the extension Remote - Containers (id: ms-vscode-remote.remote-containers). Then press ctrl + shift + p and write Remote-Containers: Reopen in Container.

Give to the docker the time to build the container and you are done :)

workflow for functional testing

  • cd .devcontainer
  • docker-compose -f docker-compose-dev.yml build
  • docker-compose -f docker-compose-dev.yml up
  • docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •