Ldiamol
-
2026-01-267- LDIAMOL_4
chp 4: you can use multi-stage docker files, to build, test and start your application and copy files between each stage not in this chapter but I was curious if you can have docker watch files for...
read article -
2026-01-26 - LDIAMOL_3
chp 3: registers like docker hub are image servers that hold docker images docker image: kinda like a big zip file with the application and what it needs to run images aren't one file, each image...
read article -
2026-01-24 - LDIAMOL_2
chapter 2: docker run IMAGE starts a container from an application package if it cannot find the package locally it will download it it will also run the application in the container it...
read article -
2026-01-22 - LDIAMOL_1
Takeaways: docker is an implementation of containers OCI: Open container initiative publishes standards for containers Containers are built for a specific platform (arm vs intel) docker desktop has...
read article