This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed
container-templates/docker-compose/.devcontainer
docker-in-docker-compose/.devcontainer
javascript-node-12-mongo/.devcontainer
javascript-node-12-postgres/.devcontainer
python-3-postgres/.devcontainer Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ FROM debian:9
13
13
# Avoid warnings by switching to noninteractive
14
14
ENV DEBIAN_FRONTEND=noninteractive
15
15
16
- # This Dockerfile adds a non-root user with sudo access. Use the "remoteUser"
17
- # property in devcontainer.json to use it. On Linux, the container user's GID/UIDs
18
- # will be updated to match your local UID/GID (when using the dockerFile property) .
16
+ # The node image includes a non-root user with sudo access. Use the
17
+ # "remoteUser" property in devcontainer.json to use it. On Linux, update
18
+ # these values to ensure the container user's UID/GID matches your local values .
19
19
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
20
20
ARG USERNAME=vscode
21
21
ARG USER_UID=1000
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ ENV DEBIAN_FRONTEND=noninteractive
12
12
# Docker Compose version
13
13
ARG COMPOSE_VERSION=1.24.0
14
14
15
- # This Dockerfile adds a non-root user with sudo access. Use the "remoteUser"
16
- # property in devcontainer.json to use it. On Linux, the container user's GID/UIDs
17
- # will be updated to match your local UID/GID (when using the dockerFile property) .
15
+ # The node image includes a non-root user with sudo access. Use the
16
+ # "remoteUser" property in devcontainer.json to use it. On Linux, update
17
+ # these values to ensure the container user's UID/GID matches your local values .
18
18
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
19
19
ARG USERNAME=vscode
20
20
ARG USER_UID=1000
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ FROM node:12
8
8
# Avoid warnings by switching to noninteractive
9
9
ENV DEBIAN_FRONTEND=noninteractive
10
10
11
- # The node image includes a non-root user with sudo access. Use the "remoteUser"
12
- # property in devcontainer.json to use it.
11
+ # The node image includes a non-root user with sudo access. Use the
12
+ # "remoteUser" property in devcontainer.json to use it. On Linux, update
13
+ # these values to ensure the container user's UID/GID matches your local values.
13
14
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
14
15
ARG USERNAME=node
15
16
ARG USER_UID=1000
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ FROM node:12
8
8
# Avoid warnings by switching to noninteractive
9
9
ENV DEBIAN_FRONTEND=noninteractive
10
10
11
- # The node image includes a non-root user with sudo access. Use the "remoteUser"
12
- # property in devcontainer.json to use it.
11
+ # The node image includes a non-root user with sudo access. Use the
12
+ # "remoteUser" property in devcontainer.json to use it. On Linux, update
13
+ # these values to ensure the container user's UID/GID matches your local values.
13
14
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
14
15
ARG USERNAME=node
15
16
ARG USER_UID=1000
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ ENV DEBIAN_FRONTEND=noninteractive
10
10
11
11
ENV PYTHONUNBUFFERED 1
12
12
13
- # The node image includes a non-root user with sudo access. Use the "remoteUser"
14
- # property in devcontainer.json to use it.
13
+ # The node image includes a non-root user with sudo access. Use the
14
+ # "remoteUser" property in devcontainer.json to use it. On Linux, update
15
+ # these values to ensure the container user's UID/GID matches your local values.
15
16
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
16
17
ARG USERNAME=vscode
17
18
ARG USER_UID=1000
You can’t perform that action at this time.
0 commit comments