Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On VS Code, make sure you've installed the extension these two extensions:

  • Remote - Containers
  • Python

 

After installing, you should see a button for this extension at the bottom-left corner of VS Code

...

Click the button to the right of the container button, to choose your interpreter/SDK.

Note: If you don't see the button:

  • Go to Extension > Python, and make sure it is "enabled in dev container"
  • Double-click a .py file to activate Python extension.

For python, click the area, which shows Python 3.6.8 64-bit above, and choose the interpreter Python 3.6.8 64-bit (it should be at /usr/local/bin/python)

...

I've included a simple code in the your repo of:

  • backend-offline subteam: in master branch, at backend-offline/dev-dashboard/dashboard-backend/temp_container_test_run/container_test_run.py
  • backend-online subteam: in master branch, at backend-online/dev-backend/flask_docker/temp_container_test_run/container_test_run.py

If you run it, it should show in terminal the same output as above. Note the 2nd line Linux shows it's been run in container (not local machine of Mac OS/Windows)

...