Docker image build for building nRF Connect SDK applications

I am trying to create a docker image using this below GitHub example with whole nRF VS Code development environment.

https://github.com/NordicPlayground/nrf-docker

After creation of docker container, although I see nRF SDK is installed in the directory "/workdir/". But VS Code's nRF connect extension unable to find NRF SDK in the container.

Could you please suggest any configuration or path setting required in order to detect installed NRF SDK?

Thanks,

Prateek

Parents Reply
  • Hello,

    I am currently looking for a way to make this work, but I am struggling a bit. I have not been able to find the docker image of NCS from the nRF Connect for VS Code extension, but I have seen that it can be found from the Dev Container extension when I am building a sample with docker. I will try some more and also post a question internally.

    The documentation you linked has two methods for getting the docker image: Are you building from source or using the pre-built image?

    Best regards,

    Maria

Children
Related