Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created March 11, 2022 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianhaoz95/450d75513045b122eca80b4f6e1ad8d4 to your computer and use it in GitHub Desktop.
Save tianhaoz95/450d75513045b122eca80b4f6e1ad8d4 to your computer and use it in GitHub Desktop.
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