Passing Secrets to a Docker Container

I have a base docker image which is used to run image analysis software. For each container created from an image, there is a set of configuration options, some of which are secrets (encryption keys, client information, etc.) that are used by the software to analyze and distribute the processed images.  How can I securely pass […]

How to Install PowerShell on Ubuntu 20.04

In this article, I will explain How to install Powershell on Ubuntu 20.04. Ideally PowerShell package doesn’t come as default in Ubuntu Operating System. As PowerShell is a powerful scripting language for system administration or DevOps Engineer. You can write very simple or complex scripts using PowerShell to automate your daily manual tasks. Below are […]