A tidbit about docker containers

I played around with docker containers today. Tried to install mssql on an M2 mac. Didn't go smoothly at first, but I attribute it to inexperience. The arm architecture crops up here and there when you're on one of those. Anyway, cool thing:

You can run a terminal inside a docker container by using docker exec -it <container-name> bash. I thought it was pretty neat.

social