From 7c65a37424690388c8a1e77f45904290c0e9483d Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Tue, 16 Apr 2019 18:54:50 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adea0de..5db00fb 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ See [https://aka.ms/vsocde-remote/containers/getting-started](https://aka.ms/vso Other samples and dev container definitions: - [Tweeter App - Python and Django](https://github.com/Microsoft/python-sample-tweeterapp) -- [Python 3 - Anaconda dev container definition](https://github.com/Microsoft/vscode-dev-containers/tree/master/containers/python-3-anaconda) -- [Python 3 - Miniconda dev container definition](https://github.com/Microsoft/vscode-dev-containers/tree/master/containers/python-3-miniconda) -- [Python 3 & Posgres dev container definition](https://github.com/Microsoft/vscode-dev-containers/tree/master/containers/python-3-posgres) +- Dev container definitions with sample content + - [Python 3](https://github.com/Microsoft/vscode-dev-containers/tree/master/containers/python-3) + - [Python 3 - Anaconda](https://github.com/Microsoft/vscode-dev-containers/tree/master/containers/python-3-anaconda) + - [Python 3 - Miniconda](https://github.com/Microsoft/vscode-dev-containers/tree/master/containers/python-3-miniconda) + - [Python 3 & Posgres](https://github.com/Microsoft/vscode-dev-containers/tree/master/containers/python-3-posgres) ## Contributing