From c7eab4f1662d3ec1e419784ad1907ef56b7adb0c Mon Sep 17 00:00:00 2001 From: W Beecher Baker Date: Thu, 8 Aug 2024 10:19:34 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4afa34..adad32f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Files & notes for a series of docker tutorials for coworkers. * Use the Docker Desktop terminal * Or use the Windows Subsystem for Linux (WSL) with Ubuntu or another distro * Or Windows Terminal (new default in Windows 11) + * Or VS Code terminal (probably running `bash`) * Or Git Bash * Or PowerShell * Mac: Use the Terminal app @@ -126,4 +127,4 @@ Open source software is often available as a Docker image, which makes it easy t 8. Juggling multiple containers with [Docker Compose](https://docs.docker.com/compose/) -See this repository for an example using message queues: [mq-experiments](https://github.itap.purdue.edu/AgIT/mq-experiments). \ No newline at end of file +See this repository for an example using message queues: [mq-experiments](https://github.itap.purdue.edu/AgIT/mq-experiments).