GitXplorerGitXplorer
f

vscode_docker_template

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
25107a4107c93096e85c7b192937faf5e2c095c8

Update devcontainer.json

ffatihbaltaci committed 3 years ago
Verified
61d98a6ad748a6ec7778a7291feff34d8e6f15e7

Update settings.json

ffatihbaltaci committed 3 years ago
Verified
6f41ee872bcc72c7a49b60ff0fdc3ac3ea44071e

Update devcontainer.json

ffatihbaltaci committed 4 years ago
Verified
09da1fb59500cbcfe732eda5f09cbb55a236601a

Update devcontainer.json

ffatihbaltaci committed 4 years ago
Verified
7fb6467a84816610dff87c4c96fad797b14ca46e

Update devcontainer.json

ffatihbaltaci committed 4 years ago
Verified
8ec9c2b1bc367164d062f666080040f290ff5dc2

Update devcontainer.json

ffatihbaltaci committed 4 years ago

README

The README file for this repository.

Template for vscode remote docker development

More info: https://code.visualstudio.com/docs/remote/containers

Developing inside a container on a remote Docker host

More info: https://code.visualstudio.com/docs/remote/containers-advanced#_developing-inside-a-container-on-a-remote-docker-host

  • Create a docker context on remote host.
 docker context create <CONTEXT_NAME> --docker "host=ssh://your-remote-user@your-remote-machine-fqdn-or-ip-here"
"workspaceMount": "src=<REMOTE_HOST_PATH>,dst=<REMOTE_HOST_CONTAINER_PATH>,type=bind",
"workspaceFolder": "/workspace"
  • Key based authentication is required.