Created
March 11, 2022 22:43
-
-
Save tianhaoz95/450d75513045b122eca80b4f6e1ad8d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
app: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
volumes: | |
- /var/run/docker.sock:/var/run/docker-host.sock | |
- ..:/workspace:cached | |
entrypoint: /usr/local/share/docker-init.sh | |
command: sleep infinity | |
user: vscode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment