Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 4833736

Browse files
committed
Comment tweaks
1 parent 7e60b25 commit 4833736

File tree

5 files changed

+15
-12
lines changed
  • container-templates/docker-compose/.devcontainer
  • containers

5 files changed

+15
-12
lines changed

container-templates/docker-compose/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ FROM debian:9
1313
# Avoid warnings by switching to noninteractive
1414
ENV DEBIAN_FRONTEND=noninteractive
1515

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.
1919
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
2020
ARG USERNAME=vscode
2121
ARG USER_UID=1000

containers/docker-in-docker-compose/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ENV DEBIAN_FRONTEND=noninteractive
1212
# Docker Compose version
1313
ARG COMPOSE_VERSION=1.24.0
1414

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.
1818
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
1919
ARG USERNAME=vscode
2020
ARG USER_UID=1000

containers/javascript-node-12-mongo/.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ FROM node:12
88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
1010

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.
1314
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
1415
ARG USERNAME=node
1516
ARG USER_UID=1000

containers/javascript-node-12-postgres/.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ FROM node:12
88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
1010

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.
1314
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
1415
ARG USERNAME=node
1516
ARG USER_UID=1000

containers/python-3-postgres/.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ ENV DEBIAN_FRONTEND=noninteractive
1010

1111
ENV PYTHONUNBUFFERED 1
1212

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.
1516
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
1617
ARG USERNAME=vscode
1718
ARG USER_UID=1000

0 commit comments

Comments
 (0)