Create Nginx Webpage with the help of Docker and terraformIntroduction Terraform is an open-source infrastructure as code (IaC) tool that enables users to define and provision infrastructure using a declarative configuration language. In this article, we will create a Terraform script to manage Docker conta...Feb 9, 2024·4 min read
Day-16 #90daysofdevopsTasks As you have already installed docker in previous days tasks, now is the time to run Docker commands. Use the docker run command to start a new container and interact with it through the command line. [Hint: docker run hello-world] Use the ...Aug 27, 2023·1 min read
Day15 #90daysofdevopsDay 15 Task: Python Libraries for DevOps What is YAML? YAML (short for "YAML Ain't Markup Language") is a human-readable data serialization format. It is often used for configuration files, but can also be used for data exchange between languages and...Aug 27, 2023·4 min read
Day-14 /90dayofdevopsVariables Variables are containers for storing data values and do not need to be declared with any particular type, and can even change type after they have been set. How to create a variable in Python? To create a variable, just assign any value to ...Aug 2, 2023·3 min read
Day-13 / 90dayofdevopsWhat is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language. It was created by Guido van Rossum Python consists of vast libraries and various frameworks like Django, Tensorflow, Flask, Pandas, Keras...Jul 28, 2023·1 min read
How to make a file in Linux from the command line.Files are created, edited, deleted, and used by many of the background os processors. file is also used for regular users to accomplish daily tasks such as taking notes, writing code, or simply duplicating content. There are four types of commands us...Jul 27, 2023·3 min read
Day 11 90day of devopsGit Stash Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is useful when you need to switch to a different branch to work on something else, but you don't want ...Jul 26, 2023·3 min read