Social Media Posts
Converting Docker Compose To Kubernetes Files
Mar 10, 2020
Kubernetes is a container orchestration system for automating deployment scaling and management. At some point you might outgrow using Docker and want to use Kubernetes to manage your containers. There are some great tools to make that transition easier.
Bash Script Error Flag
Mar 04, 2020
Bash scripts can be very useful but also very tough to debug. Setting the correct error flag and understanding the behavior can help you out.
JQ Deep Dive Part Two
Nov 20, 2019
In a previous post we gave a brief introduction to JQ, a powerful and lightweight command line JSON processor. It is one of our favorite tools and is extremely powerful.
Introduction To Alfred: Your Productivity Pal, Part 1
Nov 12, 2019
If you’re using an Apple computer you might want to check out one of our favorite mac utilities, Alfred. It is like Spotlight on steroids..
Accessing Docker Container As Root
Nov 03, 2019
On occasion you might need to access your docker container as root. Using docker exec you can do that fairly easily