Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Ultimate Docker Course, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:54
    1- Introduction
  2. Урок 2. 00:00:44
    2- Prerequisites
  3. Урок 3. 00:00:47
    3- How to Take this Course
  4. Урок 4. 00:00:45
    1- Introduction
  5. Урок 5. 00:03:16
    2- What is Docker
  6. Урок 6. 00:03:15
    3- Virtual Machines vs Containers
  7. Урок 7. 00:02:15
    4- Docker Architecture
  8. Урок 8. 00:03:36
    5- Installing Docker
  9. Урок 9. 00:02:17
    6- Development Workflow
  10. Урок 10. 00:09:33
    7- Docker in Action
  11. Урок 11. 00:00:53
    1- Introduction
  12. Урок 12. 00:01:03
    2- Linux Distributions
  13. Урок 13. 00:05:12
    3- Running Linux
  14. Урок 14. 00:03:35
    4- Managing Packages
  15. Урок 15. 00:01:59
    5- Linux File System
  16. Урок 16. 00:04:20
    6- Navigating the File System
  17. Урок 17. 00:03:27
    7- Manipulating Files and Directories
  18. Урок 18. 00:03:55
    8- Editing and Viewing Files
  19. Урок 19. 00:03:05
    9- Redirection
  20. Урок 20. 00:02:19
    10- Searching for Text
  21. Урок 21. 00:03:24
    11- Finding Files and Directories
  22. Урок 22. 00:05:06
    12- Chaining Commands
  23. Урок 23. 00:07:36
    13- Environment Variables
  24. Урок 24. 00:02:56
    14- Managing Processes
  25. Урок 25. 00:07:02
    15- Managing Users
  26. Урок 26. 00:03:18
    16- Managing Groups
  27. Урок 27. 00:05:24
    17- File Permissions
  28. Урок 28. 00:00:35
    1- Introduction
  29. Урок 29. 00:02:42
    2- Images and Containers
  30. Урок 30. 00:03:08
    3- Sample Web Application
  31. Урок 31. 00:01:21
    4- Dockerfile Instructions
  32. Урок 32. 00:07:30
    5- Choosing the Right Base Image
  33. Урок 33. 00:05:33
    6- Copying Files and Directories
  34. Урок 34. 00:03:04
    7- Excluding Files and Directories
  35. Урок 35. 00:01:27
    8- Running Commands
  36. Урок 36. 00:01:26
    9- Setting Environment Variables
  37. Урок 37. 00:01:28
    10- Exposing Ports
  38. Урок 38. 00:04:50
    11- Setting the User
  39. Урок 39. 00:06:07
    12- Defining Entrypoints
  40. Урок 40. 00:06:39
    13- Speeding Up Builds
  41. Урок 41. 00:02:47
    14- Removing Images
  42. Урок 42. 00:05:33
    15- Tagging Images
  43. Урок 43. 00:04:20
    16- Sharing Images
  44. Урок 44. 00:03:29
    17- Saving and Loading Images
  45. Урок 45. 00:00:36
    1- Introduction
  46. Урок 46. 00:03:04
    2- Starting Containers
  47. Урок 47. 00:02:07
    3- Viewing the Logs
  48. Урок 48. 00:02:07
    4- Publishing Ports
  49. Урок 49. 00:01:59
    5- Executing Commands in Running Containers
  50. Урок 50. 00:00:58
    6- Stopping and Starting Containers
  51. Урок 51. 00:01:48
    7- Removing Containers
  52. Урок 52. 00:01:34
    8- Containers File System
  53. Урок 53. 00:05:56
    9- Persisting Data using Volumes
  54. Урок 54. 00:02:21
    10- Copying Files between the Host and Containers
  55. Урок 55. 00:04:20
    11- Sharing the Source Code with a Container
  56. Урок 56. 00:00:48
    1- Introduction
  57. Урок 57. 00:01:13
    2- Installing Docker Compose
  58. Урок 58. 00:03:08
    3- Cleaning Up our Workspace
  59. Урок 59. 00:03:11
    4- The Sample Web Application
  60. Урок 60. 00:04:13
    5- JSON and YAML Formats
  61. Урок 61. 00:08:58
    6- Creating a Compose File
  62. Урок 62. 00:03:38
    7- Building Images
  63. Урок 63. 00:02:11
    8- Starting and Stopping the Application
  64. Урок 64. 00:04:46
    9- Docker Networking
  65. Урок 65. 00:01:29
    10- Viewing Logs
  66. Урок 66. 00:04:04
    11- Publishing Changes
  67. Урок 67. 00:07:21
    12- Migrating the Database
  68. Урок 68. 00:02:48
    13- Running Tests
  69. Урок 69. 00:00:46
    1- Introduction
  70. Урок 70. 00:01:34
    2- Deployment Options
  71. Урок 71. 00:01:04
    3- Getting a Virtual Private Server
  72. Урок 72. 00:01:02
    4- Installing Docker Machine
  73. Урок 73. 00:04:34
    5- Provisioning a Host
  74. Урок 74. 00:02:04
    6- Connecting to the Host
  75. Урок 75. 00:03:05
    7- Defining the Production Configuration
  76. Урок 76. 00:08:16
    8- Reducing the Image Size
  77. Урок 77. 00:04:32
    9- Deploying the Application
  78. Урок 78. 00:07:04
    10- Troubleshooting Deployment Issues
  79. Урок 79. 00:02:43
    11- Publishing Changes