Azher Khan
Blog of Azher Khan

Blog of Azher Khan

Follow
Follow
homeDevOpsToolsDesignScriptingbadges
Series

DevOpsTools

This series will cover various DevOps tools with a quick intro and cheat sheets

Articles in this series

Terraform Workspace

Sep 23, 20222 min read

Terraform creates a default workspace whenever terraform init is run. Use cases for workspaces terraform workspaces helps you to keep separate local...

Terraform Workspace

Terraform commands Quick Reference

Sep 24, 20223 min read

The Goal of this article is to provide you with a quick reference to the terraform commands Initialise a Terraform working directory terraform...

Terraform commands Quick Reference

Converting QCOW2 to Docker Image

Jan 26, 20234 min read

This is the recommended workflow for creating your own Docker image for your application using a qcow2 image Create a Tar ball You can convert your...

Converting QCOW2  to Docker Image