Posts tagged bestpractices
Weeknotes 2023/03 - Docker, Fresh Eyes
This week I played a lot with Docker. I also re-learned how to build images with a different architecture after burning myself once again with a M1 dev machine and x86 production server. I upgraded my personal production images to use Postgres 15. -docker build +docker buildx build --platform linux/amd6 Fresh Eyes I’ve taken the opportunity to use my fresh eyes and Daily Notes to collect some suggestions for our work practices.
· Read the full article →