GitHub Actions are a perfect way to set up workflows to build applications, Docker images, and similar things on git repo actions. Those actions could be pushes to a branch, pull request creations or merges, or release tags. In this case, we’ll create a D... (more…)
Read more »
It's almost 2020 and some sysadmins are still leaving Docker admin ports exposed on the internet. (more…)
Read more »
This is pre-release Docker stuff. Although agreed in principle at time ofwriting, this may never become part of Docker or may be changed in significant way... (more…)
Read more »
AWS has good documentation for creating a Python Deployment Package for Lambda, but things get a little more complicated if you are using a library that requires C Extensions. (more…)
Read more »