Docker Machine, Compose, and Swarm: How They Work Together
Docker Machine, Compose & Swarm are meant to be simple, but they require some planning. These are now neatly packaged into what’s called the Docker Toolbox... (more…)
Read more »Very often we find ourselves changing parameters of scripts or googling what was the right combination of bash commands. What’s the best way to remember those? Let’s take for instance running a machine learning project in a docker container. We all love r… Read more