VSCode development container changes

- SSH directory bind mounted as read write
- Remove linters list from devcontainer, use workspace ones instead
This commit is contained in:
Quentin McGaw
2020-10-22 03:54:18 +00:00
parent d4813ba21c
commit a80cb8f9ba
2 changed files with 2 additions and 45 deletions

View File

@@ -5,8 +5,8 @@ services:
image: qmcgaw/godevcontainer
volumes:
- ../:/workspace
- ~/.ssh:/home/vscode/.ssh:ro
- ~/.ssh:/root/.ssh:ro
- ~/.ssh:/home/vscode/.ssh
- ~/.ssh:/root/.ssh
- /var/run/docker.sock:/var/run/docker.sock
cap_add:
- SYS_PTRACE