Docker Multi-Stage Builds2021 February 6·3 minsprogramming Docker CI DevOpsAt work, we’re using Docker multi-stage builds to get smaller image sizes. I thought I’d try it out with a small learning project.
Using Docker Commands with Aliases and Bash Functions2019 October 13·2 minsbash command line DevOps Docker productivityWe use Docker at work and so I find myself running the same commands over and over. To save time I saved frequent docker and docker-compose commands as aliases and functions.