How to Leverage Docker in the Cloud — This post explores another sufficiently complex example, this time leveraging Docker in the cloud. Similar to the last post, let’s start with a seemingly trivial ffmpeg command and see what it takes to build a similar solution in the cloud. # Splits audio from input.mp4 into a file called output.mp3
ffmpeg…