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