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

Commit 2a1c69c

Browse files
committed
Comment tweaks
1 parent 2c645c5 commit 2a1c69c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
# ********************************************************
7-
# * Note: A Docker is optional when using Docker Compose *
8-
# * but has been included here for completeness. *
9-
# ********************************************************
6+
# **********************************************************
7+
# * Note: Using a Dockerfile is optional when using Docker *
8+
# * Compose but has been included here for completeness. *
9+
# **********************************************************
1010

1111
FROM debian:9
1212

@@ -32,7 +32,7 @@ RUN apt-get update \
3232
# * Add steps for installing needed dependencies here *
3333
# *****************************************************
3434
#
35-
# Create a non-root user to use if preferred - see https://aka.ms/vscode-remote/containers/non-root-user.
35+
# Create a non-root user
3636
&& groupadd --gid $USER_GID $USERNAME \
3737
&& useradd -s /bin/bash --uid $USER_UID --gid $USER_GID -m $USERNAME \
3838
# [Optional] Add sudo support for the non-root user

container-templates/dockerfile/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update \
2727
# * Add steps for installing needed dependencies here *
2828
# *****************************************************
2929
#
30-
# Create a non-root user to use if preferred - see https://aka.ms/vscode-remote/containers/non-root-user.
30+
# Create a non-root user
3131
&& groupadd --gid $USER_GID $USERNAME \
3232
&& useradd -s /bin/bash --uid $USER_UID --gid $USER_GID -m $USERNAME \
3333
# [Optional] Add sudo support for the non-root user

0 commit comments

Comments
 (0)