The time has come to simplify starting up new shells in our development containers. Along the way, we'll learn more about the docker-compose up, exec, and run subcommands!
Tag: bash

Episode #663
Accessorizing Your Devcontainer Shell
A comfy development environment includes niceties such as shell aliases and PATH customizations. But where should those be configured in a devcontainer? Let's find out!

Episode #628
Process Substitution
In this Bash-focused episode, we'll explore a nifty trick for reading from subcommands as if they were files!