[go: up one dir, main page]

Skip to content

A remote Docker devcontainer for Python development in VS Code

License

Notifications You must be signed in to change notification settings

DavidCatalano/remote-devcontainer-python

Repository files navigation

Development on Remote Containers

A remote devlopment container for VS Code preconfigured for Python. This was created to provide access to a more powerful GPU and expanded storage from a desktop PC.

Why: Devcontainers for remote hosts

You might be here because you are trying to use devcontainers on remote hosts. Docker does not allow local folder binding to containers on remote hosts so an alternative approach is needed. The Dev Containers extension has the ability to attach to remote containers. This uses a subset of the devcontainer.json spec. This repo illustrates this specifically for Python development. However, it could be modified for other scenarios.

Continue at INSTALL.md

About

A remote Docker devcontainer for Python development in VS Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published