Remove .gitconfig mount now that its copied

This commit is contained in:
Chuck Lantz 2019-07-10 16:40:58 -07:00
Родитель 0589c0fe82
Коммит 3ad0b8bad6
6 изменённых файлов: 4 добавлений и 19 удалений

Просмотреть файл

@ -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