DevOps
DevOps is a set of practices that combines software development and IT operations which assists with delivering sofware.
-
Tutorial
Git Tutorial: Learn how to use Version Control
Learn how to use Git, a version control software, including committing, pushing, pulling and working with remote repositories.
-
Tutorial
How to Serve Static Files with Nginx and Docker
Learn how to serve a static app including files and content using Nginx running inside a Docker container.
-
Tutorial
How to Set Up Cron Jobs in Linux
Learn how to set up and schedule cron jobs to automate repetitive tasks in Linux. Learn the cron job syntax and crond daemon.
-
Tutorial
How to deploy a .NET app using Docker
Learn how to deploy a .NET app using Docker. We will use Docker Compose and Dockerfile to build and run our image in a Docker container.
-
Tutorial
How to deploy a PHP app using Docker
Learn how to deploy a PHP app using Docker. We will use Docker Compose and Dockerfile to build and run our image in a Docker container.
-
Tutorial
How to deploy a Deno app using Docker
Learn how to deploy a Deno app using Docker. We will use Docker Compose and Dockerfile to build and run our image in a Docker container.
-
Tutorial
How to deploy a MySQL Server using Docker
Learn how to deploy a MySQL Server using Docker. We will use Docker Compose and Dockerfile to build and run our image in a Docker container.
-
Tutorial
How to deploy an Express app using Docker
Learn how to deploy an Express app using Docker. We will use Docker Compose and Dockerfile to build and run our image in a Docker container.
-
Tutorial
How to deploy a Node app using Docker
Learn how to deploy a Node app using Docker. We will use Docker Compose and Dockerfile to build and run our image in a Docker container.
-
Post
How to Stop All Docker Containers
Learn how to stop and remove all Docker containers and remove all Docker images.