microsoft / fhir-server

A service that implements the FHIR standard
MIT License
1.19k stars 513 forks source link

Support DevContainers - SQL version #1379

Open eladiw opened 4 years ago

eladiw commented 4 years ago

User story As a software engineer / code contributor, I want to be able to use dev container with vscode so that developer environment will be easier to set up

Acceptance criteria

  1. When I do 'run in a container' I am able to run the code and debug it. without installing additional components locally
brendankowitz commented 4 years ago

Hi @eladiw thanks for logging this suggestion. I was trying this out last night here https://github.com/microsoft/fhir-server/tree/personal/bkowitz/dev-workspaces/.devcontainer for a SQL workspace. Any experience with setting up a SQL container? For example, the Sql container needs a default SA password, do you know a strategy to connect with here?

//cc @johnstairs