Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Mastering Docker: Publishing and Deploying Web Applications

Posted By: ELK1nG
Mastering Docker: Publishing and Deploying Web Applications

Mastering Docker: Publishing and Deploying Web Applications
MP4 | Video: h264, 1280x720 | Audio: AAC, 48000 Hz
Language: English | Size: 1.60 GB | Duration: 3h 4m

Deploying Web Applications
Mastering on deploying Static Web Files, NodeJS, PHP, Laravel, ASP.NET Core, Python Django and Spring Boot for Docker

What you'll learn
Learning basic Docker development for publishing web applications
Docker for publishing static web files
Docker for publishing NodeJS application
Docker for publishing PHP application
Docker for publishing ASPNET and ASPNET Core applications
Docker for publishing Python Django application
Docker for publishing Spring Boot application
Docker for publishing Golang application

Requirements
No pre-requisite skills to follow this course
Description
Containerization is one of solutions to address deployment process due to development and production machine complexity. Docker is one of containerization platform that we can deploy various platforms with single container. This workshop focuses on how to publish and deploy various web applications in Docker environment.

You will learn some topics related to web application publishing. In general, you will learn the following topics:

Basic Docker CLI Development

Publishing and deploying Static Web Files

Publishing and deploying Node.js Web Applications

Publishing and deploying PHP Web Applications

Publishing and deploying ASP.NET Core Web Applications

Publishing and deploying Python Django Web Applications

Publishing and deploying Spring Boot Web Applications

If you don't have Docker experiences, you start to learn basic Docker CLI. You can write Dockerfile scripts to build containers. Then, you can deploy containers to Docker server.

We learn to publish basic web application. It's static web application. The web application consists of static files such as HTML, CSS, and JS. We can deploy these web files to deploy Docker environment. We can use Apache HTTPD and Nginx as web server to serve our static web files.

We continue to publish and deploy Node.js web applications. If you have Node.js and Express application, we can deploy on Docker easily. We also learn how deploy Node.js Express with database server such as MongoDB, MySQL and PostgreSQL by building orchestration with Docker Compose. In addition, we make interaction between Node.js Express and Minio Storage server (S3 protocol) within Docker environment.

You also learn to publish PHP and Laravel web application to Docker included MySQL database. On the last of this section, we will learn how to deploy PhpMyAdmin and MySQL within Docker environment. Then, we deploy Wordpress application on Docker.

Furthermore, we learn how to publish ASP.NET Core and Python Django to Docker environment. Our application is shipped with databases like SQL Server and MySQL for Docker platform.

Last, we will publish and deploy Spring Boot application. You can write Dockerfile for Spring Boot application. Furthermore, we build Docker Compose for Spring Boot CRUD application and MySQL database server.

You can use own platform to follow this workshop. You can use Windows, Linux or macOS. Docker is available for those platforms.

Who this course is for:
Developers
Web Developers
IT Administrator
Anyone who wants to learn Docker for publishing web applications