This Docker Video Tutorial list its created by Paris Nakita Kejser on Youtube and all config files can be found here. If you like what you are seen then pls subscribe my YouTube channel and hit the star for this repo.
- What is Docker
- Docker
- Docker Registry
- Docker Swarm
- Docker Application Blueprints
- Scale Software with Docker
Docker is an open platform for Developers and SysOps to build, ship and deploy application fast and stable. Docker Engine can be installed on cross platforms Windows, Linux and macOS. Docker enable the option to share your images fast with your team, and you can easy use CI/CD tools to automatic deploy to Docker Swarm or just a orther Docker system.
If you did not know much about Docker then you can start here to learn more about how to work with Docker and how to use Docker in general.
Video Courses
- Docker - 13 videos with 1 hour 21 min playtime.
To storge your docker images when you are build can be done in differend way, a lot of people are using Docker Hub becures its free when you push public images to it, its just require you to create a Docker account. But its can be very useful to know how you can setup and running your own Docker Registry if you grow and have some orther requirements you need.
Video Courses
- Docker Registry - 7 videos with 44 min playtime.
Learn how you use Docker Swarm and how its working with my tutorials about Docker Swarm. Docker Swarm is the way Docker service allows all your containers to be scaled across multiple Docker daemons on differend servers.
Video Courses
- Docker Swarm - 16 videos with 1 hour 58 min playtime.
Get started with blueprints created to help you up and running with Docker Compose & Docker Swarm
To run morderen software its very importen its scaling in the right way so you don't need to focus on a single server but focus on the software you are developering as developer. This overview helps you to look witchs software there can be working with Docker and how you can scale it by using Docker Swarm.
WordPress its not build to scale, but if you are using its currect, you can get the benefits of WordPress core, build your own plugins and then scale up with Docker Swarm and stop maintain single WordPress instans.
Video Courses
- Scale WordPress project with Docker, Composer and GitHub Actions - 8 videos with 1 hour 43 min playtime.