If you have to go into multiple terminals to start your project, you're doing it wrong.

Containerizing + shell alias means that I can boot up all my project services just by typing "dcu", aliased to "docker compose up"

I can also do this for _all_ of my projects, so the cmd doesn't change.
Post image

Comments