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).