Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Docker for PHP Developers, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:27
    01 - Welcome
  • Урок 2. 00:02:25
    02 - Install Docker for Mac
  • Урок 3. 00:05:16
    03 - Install Docker for Windows
  • Урок 4. 00:06:12
    04 - Install Docker for Ubuntu
  • Урок 5. 00:05:41
    05 - Docker Machine Intro
  • Урок 6. 00:10:43
    06 - Docker Container Basics (Part 1) - Basic Docker Commands
  • Урок 7. 00:08:55
    07 - Docker Container Basics (Part 2) - Docker Compose
  • Урок 8. 00:09:02
    08 - LAMP (Part 1) - Apache Setup
  • Урок 9. 00:10:03
    09 - LAMP (Part 2) - MySQL
  • Урок 10. 00:05:51
    10 - LAMP (Part 3) - Setting Up PHP Modules and Apache Modules
  • Урок 11. 00:08:20
    11 - LAMP (Part 4) - Volumes
  • Урок 12. 00:10:51
    12 - PHP Composer (Part 1) - Installing Composer in Docker
  • Урок 13. 00:08:02
    13 - PHP Composer (Part 2) - Private Composer Packages
  • Урок 14. 00:05:43
    14 - PHP Composer (Part 3) - Caching Composer Dependencies
  • Урок 15. 00:10:35
    15 - Web Servers (Part 1) - Nginx
  • Урок 16. 00:09:52
    16 - Web Servers (Part 2) - Nginx
  • Урок 17. 00:13:34
    17 - Web Servers (Part 3) - caddy
  • Урок 18. 00:01:08
    18 - Legacy Apps (Part 1) - Introduction
  • Урок 19. 00:08:21
    19 - Legacy Apps (Part 2) - Setup
  • Урок 20. 00:07:42
    20 - Legacy Apps (Part 3) - Docker Compose and Apache Configuration
  • Урок 21. 00:04:15
    21 - Legacy Apps (Part 4) - The Cake Console
  • Урок 22. 00:10:52
    22 - Legacy Apps (Part 5) - Composer and phpdotenv
  • Урок 23. 00:07:04
    23 - Legacy Apps (Part 6) - Configuring ENV with phpdotenv
  • Урок 24. 00:12:39
    24 - Legacy Apps (Part 7) - Improved Database Configuration
  • Урок 25. 00:03:36
    25 - Custom Commands (Part 1) - Setup
  • Урок 26. 00:08:41
    26 - Custom Commands (Part 2) - Using Confd for Configuration Management
  • Урок 27. 00:08:10
    27 - Custom Commands (Part 3) - Adding Confd to the CMD Script
  • Урок 28. 00:18:15
    28 - Custom Commands (Part 4) - Using Consul with Confd for Configuration Management
  • Урок 29. 00:05:16
    29 - The Docker Registry (Part 1) - Setup
  • Урок 30. 00:04:09
    30 - The Docker Registry (Part 2) - Pushing Images to Docker Hub
  • Урок 31. 00:05:32
    31 - The Docker Registry (Part 3) - Automate Builds with Docker Cloud
  • Урок 32. 00:04:59
    32 - The Docker Registry (Part 4) - Automate Builds with GitLab
  • Урок 33. 00:08:55
    33 - The Docker Registry (Part 5) - Automate Builds with GitLab CI Pipelines
  • Урок 34. 00:03:26
    34 - The Docker Registry (Part 6) - Extending Custom Base Images
  • Урок 35. 00:06:06
    35 - Deployment (Part 1) - Simple Docker Machine Deployment
  • Урок 36. 00:11:36
    36 - Deployment (Part 2) - Docker Swarm Overview
  • Урок 37. 00:03:09
    01 - Laravel - Getting Started
  • Урок 38. 00:07:35
    02 - Laravel - Copying Files + Apache Vhost Config
  • Урок 39. 00:03:43
    03 - Laravel - Apache Permissions
  • Урок 40. 00:05:38
    04 - Laravel - Apache Mod_rewrite
  • Урок 41. 00:05:46
    05 - Laravel - Adding a Docker Compose File
  • Урок 42. 00:07:27
    06 - Laravel - Setting up MySQL
  • Урок 43. 00:03:54
    07 - Laravel - Setting up a Redis Service
  • Урок 44. 00:08:38
    08 - Laravel - Configuring an App Volume for Instant Code Changes
  • Урок 45. 00:06:57
    09 - Laravel - Docker and XDebug Setup
  • Урок 46. 00:15:39
    10 - Laravel - A Flexible XDebug Configuration
  • Урок 47. 00:09:27
    11 - Laravel - A Custom Start Script for Laravel Projects
  • Урок 48. 00:15:18
    12 - Laravel - Running the Laravel Scheduler and Queue in Docker
  • Урок 49. 00:08:27
    13 - Laravel - Improving the Scheduler
  • Урок 50. 00:06:49
    14 - Laravel - Improving the Queue
  • Урок 51. 00:04:54
    15 - Laravel - Adding a php.ini File
  • Урок 52. 00:07:56
    16 - Laravel - Opcache Setup
  • Урок 53. 00:19:58
    17 - Laravel - Using Nginx with Laravel
  • Урок 54. 00:10:55
    18 - Laravel - Switching the Scheduler and Queue to Supervisor
  • Урок 55. 00:03:43
    19 - Laravel - Copy vs. Add
  • Урок 56. 00:03:18
    20 - Laravel - Automated Builds with GitLab CI - Intro
  • Урок 57. 00:04:14
    21 - Laravel - Automated Builds with GitLab CI - Composer Build
  • Урок 58. 00:03:26
    22 - Laravel - Automated Builds with GitLab CI - Frontend Build
  • Урок 59. 00:10:03
    23 - Laravel - Automated Builds with GitLab CI - Application Docker Build
  • Урок 60. 00:05:26
    24 - Laravel - Automated Builds with GitLab CI - Application Docker Build with Tags