From 085a5e3747d2cd03eb96b93b99baa3629ece2ee9 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Tue, 16 Apr 2019 18:52:33 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 396569d..adea0de 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ This is a sample project to go along with the "try" quick start for the VS Code See [https://aka.ms/vsocde-remote/containers/getting-started](https://aka.ms/vsocde-remote/containers/getting-started) for details. -Other samples that include dev containers for Python: -- [Python 3 - Anaconda](https://github.com/Microsoft/python-sample-anacondacontainer) +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) ## Contributing