2024 02Feb 16 Fri
docker exec executes an exe file
docker run runs over to Dockerhub to download an image
I always get these two mixed up, so I need a mnemonic. You can also remember that exec works on an already running container, it wouldn't make sense to run a container that's already running.