45 minute intermediate seminar
Docker has played a great role in shipping functional pieces of software self contained. You can have all systems packages together with libraries and your own software, but how do we check all those pieces are working well together? Usually when developing or deploying you have a "functional" test of it, but not always everything is covered. I'll guide you on how I like to maintain my Docker images using well-known development methods!