Day 19 Task: Docker for DevOps Engineers
#Day19 of 90daysofdevops

Search for a command to run...
#Day19 of 90daysofdevops

👉 #Day-2 of TerraWeek Challenge 👈 Hello Everyone,In this blog, we will be discussing terraform syntax, variables in terraform, Datatypes, Expression and configurations using HCL syntax. 📝 HCL Syntax used in Terraform Let's discuss first terraform ...

#Day-1 of TerraWeek Challenge

#Day 18 of 90daysofdevops

What is docker networking? Docker networking is used to establish communication between the docker container and outside the world via the host machine. In docker by default bridge network is created. Whenever we create a new container it's automatic...

Docker Volumes

Hi Friends, In the last blog, We learned how to install Ubuntu and install apache on EC2.In this blog, we are going to discuss how to install MYSQL and PHP. INSTALLING MYSQL Use ‘apt’ to acquire and install this software: When the installation is fi...

What is LAMP? LAMP is an open-source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP/Perl/Python as the object-oriented scripting language. What is...

Hi Friends, In the previous two blogs we discuss What is docker, docker commands, Dockerfile and one project. In this blog, we are going to discuss docker architecture and its workflow. So let's start our discussion. Docker uses a Client-server Archi...
