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

Commit e4728a8

Browse files
committed
Update summaries
1 parent ca238d0 commit e4728a8

File tree

36 files changed

+43
-44
lines changed

36 files changed

+43
-44
lines changed

containers/azure-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*A basic dev container definitions that demonstrates installation and use of the Azure CLI in a container.*
5+
*Debian container with the Azure CLI, related extensions, and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/azure-functions-dotnetcore-2.1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*A basic dev container definition for building Node.js based Azure Functions in a container. Includes everything you need to get up and running.*
5+
*Develop Azure Functions in C# - Includes NET Core 2.1, the Azure Functions SDK, and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/azure-functions-dotnetcore-latest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*A basic dev container definition for building Node.js based Azure Functions in a container. Includes everything you need to get up and running.*
5+
*Develop Azure Functions in C# - Includes NET Core (latest), the Azure Functions SDK, and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/azure-functions-node-8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*A basic dev container definition for building Node.js based Azure Functions in a container. Includes everything you need to get up and running.*
5+
*Get going quickly with Azure Functions with Node.js. Includes Azure Functions SDK, Node.js 8, nvm, the Azure CLI, and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/azure-functions-node-lts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*A basic dev container definition for building Node.js based Azure Functions in a container. Includes everything you need to get up and running.*
5+
*Develop Azure Functions in Node.js - Includes Node.js (latest LTS), eslint, the Azure Functions SDK, and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/azure-hdinsight-python-3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Azure HDInsight w/Python 3
1+
# Azure HDInsight & Python 3
22

33
## Summary
44

5-
*A basic dev container definition for using Azure HDInsight in a container. Includes everything you need to get up and running.*
5+
*Get going quickly with Azure HDInsight and Python. Includes Python and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/azure-machine-learning-python-3/.devcontainer/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ FROM python:3
88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps
1010

11-
# [Optional] Install Docker CE - Remove if you won't be doing local testing
12-
RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release \
13-
&& curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/gpg | apt-key add - \
14-
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" \
11+
# Install Docker CE - ** COMMENT OUT IF YOU WILL ONLY RUN LOCAL OR IN AZURE **
12+
RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common \
13+
&& curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
14+
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" \
1515
&& apt-get update \
1616
&& apt-get install -y docker-ce-cli
1717

18-
1918
# Install pylint
2019
RUN pip install pylint
2120

containers/azure-machine-learning-python-3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Azure Machine Learning w/Python 3
1+
# Azure Machine Learning & Python 3
22

33
## Summary
44

5-
*A basic dev container definition for using Azure Machine Learning in a container. Includes everything you need to get up and running.*
5+
*Use Azure Machine Learning and Python - includes Python, the Docker CLI (for running locally), and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/azure-terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*A basic dev container that demonstrates the installation and use of Terraform in a container. Includes everything you need to get up and running.*
5+
*Get going quickly with Terraform in Azure. Includes Terraform, the Azure CLI, the Docker CLI (for testing locally), Node.js for Cloud Shell, and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

containers/cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
*A basic dev container definition for building C++ apps in container. Includes everything you need to get up and running.*
5+
*Develop C++ applications on Linux - includes Debian 9 C++ build tools, but can be updated to use other Linux base containers.*
66

77
| Metadata | Value |
88
|----------|-------|

0 commit comments

Comments
 (0)