Remove .gitconfig mount now that its copied
This commit is contained in:
Родитель
0589c0fe82
Коммит
3ad0b8bad6
|
@ -20,10 +20,7 @@ services:
|
|||
# and the value of "workspaceFolder" in .devcontainer/devcontainer.json
|
||||
- ..:/workspace
|
||||
|
||||
# This lets you avoid setting up Git again in the container
|
||||
- ~/.gitconfig:/root/.gitconfig
|
||||
|
||||
# Uncomment the next line if you plan to install the Docker CLI. See the docker-in-docker-compose definition for details.
|
||||
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-in-docker-compose for details.
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
# Uncomment the next four lines if you will use a ptrace-based debugger like C++, Go, and Rust.
|
||||
|
|
|
@ -20,10 +20,7 @@ services:
|
|||
# Update this to wherever you want VS Code to mount the folder of your project
|
||||
- ..:/workspace
|
||||
|
||||
# This lets you avoid setting up Git again in the container
|
||||
- ~/.gitconfig:/root/.gitconfig
|
||||
|
||||
# Uncomment the next line if you plan to install the Docker CLI. See the docker-in-docker-compose definition for details.
|
||||
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-in-docker-compose for details.
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
# Uncomment the next four lines if you will use a ptrace-based debugger like C++, Go, and Rust.
|
||||
|
|
|
@ -14,9 +14,6 @@ services:
|
|||
# Update this to wherever you want VS Code to mount the folder of your project
|
||||
- ..:/workspace
|
||||
|
||||
# This lets you avoid setting up Git again in the container
|
||||
- ~/.gitconfig:/root/.gitconfig
|
||||
|
||||
# Forwards the local Docker socket to the container.
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
|
|
@ -12,8 +12,6 @@ services:
|
|||
|
||||
volumes:
|
||||
- ..:/workspace
|
||||
# This lets you avoid setting up Git again in the container
|
||||
- ~/.gitconfig:/root/.gitconfig
|
||||
|
||||
# Overrides default command so things don't shut down after the process ends.
|
||||
command: sleep infinity
|
||||
|
|
|
@ -12,9 +12,7 @@ services:
|
|||
|
||||
volumes:
|
||||
- ..:/workspace
|
||||
# This lets you avoid setting up Git again in the container
|
||||
- ~/.gitconfig:/root/.gitconfig
|
||||
|
||||
|
||||
# Overrides default command so things don't shut down after the process ends.
|
||||
command: sleep infinity
|
||||
|
||||
|
|
|
@ -8,9 +8,7 @@ services:
|
|||
|
||||
volumes:
|
||||
- ..:/workspace
|
||||
# This lets you avoid setting up Git again in the container
|
||||
- ~/.gitconfig:/root/.gitconfig
|
||||
|
||||
|
||||
# Overrides default command so things don't shut down after the process ends.
|
||||
command: sleep infinity
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче