#devops-articles
Read more stories on Hashnode
Articles with this tag
Project Overview: This project involves hosting a Node.js todo application on a Docker container using Nginx as a reverse proxy. The project includes...
Project Name: Website Deployment with Docker, Nginx, and Jenkins Project Description: The goal of this project is to automate the deployment of a...
Task: Create a new user account that you want to use to run Docker containers. adduser abhijeet Add the new user to the "docker" group to give them...
Docker: Docker is an open-source platform for developing, packaging and deploying applications in a containerized environment. Containers are...
Task-1 - Create a Dictionary in Python and write it to a JSON File: Step-1 create a file name create_dict.py touch create_dict.py Here I have...
Install Python on Ubuntu: To install Python on Ubuntu, you can follow these steps: Open a terminal on your Ubuntu machine by pressing Ctrl + Alt + T...