Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Docker, From Zero To Hero: Become a DevOps Docker Master, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:23
    Introduction - What is Docker?
  2. Урок 2. 00:04:09
    What is a container?
  3. Урок 3. 00:05:07
    What is an image?
  4. Урок 4. 00:04:37
    Containers vs Virtual Machines
  5. Урок 5. 00:03:54
    Basics of a Dockerfile
  6. Урок 6. 00:03:15
    Docker's Architecture
  7. Урок 7. 00:04:41
    Layering in Docker
  8. Урок 8. 00:08:35
    Installation on Ubuntu
  9. Урок 9. 00:04:12
    Installation on Debian
  10. Урок 10. 00:05:13
    Installation on CentOs
  11. Урок 11. 00:08:33
    What is a "Official Docker Image"?
  12. Урок 12. 00:04:35
    Where are my local images?
  13. Урок 13. 00:10:26
    Create your first Docker Container!
  14. Урок 14. 00:08:52
    What is a Dockerfile?
  15. Урок 15. 00:05:47
    Build your first Image using a Dockerfile
  16. Урок 16. 00:10:31
    Test your image by creating a Docker Container
  17. Урок 17. 00:03:24
    The FROM instruction - Take any image as a base!
  18. Урок 18. 00:05:53
    The RUN instruction rocks!
  19. Урок 19. 00:06:56
    Copy files with COPY
  20. Урок 20. 00:10:40
    Download files from Internet using ADD
  21. Урок 21. 00:04:22
    Want to build like a pro? Use the ENV instruction
  22. Урок 22. 00:07:54
    Being organized matters! Understand the WORKDIR instruction
  23. Урок 23. 00:01:44
    Metadata on the way! Use LABELs to follow the best practices
  24. Урок 24. 00:05:39
    Quick Tip: Browse the content of an image by creating a container
  25. Урок 25. 00:13:06
    Keep it up! Handle USERs in your Dockerfile
  26. Урок 26. 00:06:42
    Make your images flexible! Use ARGs in the build process
  27. Урок 27. 00:13:08
    What is the CMD?
  28. Урок 28. 00:06:32
    Understand the output from the CMD
  29. Урок 29. 00:05:00
    Be careful with the context!
  30. Урок 30. 00:07:24
    Dockerignore - Start ignoring the things you don't need!
  31. Урок 31. 00:08:29
    Let's talk about best practices when building images
  32. Урок 32. 00:07:31
    Building an Image with HTTP + SSL/TLS + PHP - I
  33. Урок 33. 00:16:31
    Building an Image with HTTP + SSL/TLS + PHP - II
  34. Урок 34. 00:05:59
    What is a dangling image?
  35. Урок 35. 00:03:24
    Removing dangling images!
  36. Урок 36. 00:10:54
    Back to building! Create an image with Nginx + PHP 7
  37. Урок 37. 00:16:12
    Do you like challenges? Let's keep building our NGINX image
  38. Урок 38. 00:10:47
    Let's solve the challenge from the previous lesson!
  39. Урок 39. 00:10:12
    Basics for MultiStage Build in Docker
  40. Урок 40. 00:11:35
    Got the idea? Now let's build a real image with MultiStage!
  41. Урок 41. 00:01:54
    What is a Docker Container?
  42. Урок 42. 00:03:49
    Listing and creating containers
  43. Урок 43. 00:03:59
    Remove and Rename Containers
  44. Урок 44. 00:07:52
    More tips... Start, Stop, Map Ports!
  45. Урок 45. 00:06:58
    Understand the Container's FileSystem
  46. Урок 46. 00:08:06
    Do you like variables? Let's learn how to create them in Containers
  47. Урок 47. 00:08:49
    Let's launch a MySQL Container for the first time
  48. Урок 48. 00:07:11
    Mapping ports in MySQL!
  49. Урок 49. 00:06:47
    More databases? Let's create a PostgreSQL Container
  50. Урок 50. 00:03:25
    DevOps Style? Jenkins as a container!
  51. Урок 51. 00:10:56
    For hungry containers only :D Learn how to apply limits
  52. Урок 52. 00:07:18
    Copy files from your host to your container - Docker cp
  53. Урок 53. 00:09:03
    Turn a container into an image with one command!
  54. Урок 54. 00:04:41
    Tip: Override the CMD when running a container!
  55. Урок 55. 00:03:58
    More tips: Destroy containers automatically
  56. Урок 56. 00:07:13
    Just one more tip: Change the Docker Root Directory
  57. Урок 57. 00:02:12
    What is a Docker Volume?
  58. Урок 58. 00:03:30
    Why are volumes so important? Let's check it using MySQL
  59. Урок 59. 00:10:25
    Bind Volumes: Map folders to your container
  60. Урок 60. 00:07:38
    "Normal" Volumes: Manage your volumes with the Docker CLI
  61. Урок 61. 00:07:52
    Anonymous Volumes: Be careful if you want to use them!
  62. Урок 62. 00:06:11
    Understand some differences when using volumes
  63. Урок 63. 00:08:09
    Back to the Dockerfile! Understand the VOLUME instruction
  64. Урок 64. 00:05:35
    Dangling volumes. Yes, here we have more dangling stuff
  65. Урок 65. 00:06:12
    MongoDB - Persist data in a NoSQL container
  66. Урок 66. 00:12:39
    Jenkins again! Persist your Jobs and configurations
  67. Урок 67. 00:06:11
    Developing a website? Share your data with a Docker Nginx Container
  68. Урок 68. 00:11:26
    Go deeper! Share volumes between containers
  69. Урок 69. 00:00:58
    Introduction - Networking in Docker
  70. Урок 70. 00:05:20
    What's the default network in Docker?
  71. Урок 71. 00:06:44
    Ping containers in the default network
  72. Урок 72. 00:04:34
    Create your own network
  73. Урок 73. 00:04:02
    Embedded DNS! Ping containers by name in the same network
  74. Урок 74. 00:05:18
    Connect and disconnect networks
  75. Урок 75. 00:02:47
    Assign a static IP to a container
  76. Урок 76. 00:02:58
    The Host Network
  77. Урок 77. 00:02:18
    The None Network
  78. Урок 78. 00:02:00
    Introduction - Why Compose?
  79. Урок 79. 00:01:33
    How do I install Docker Compose?
  80. Урок 80. 00:09:57
    Let's go! First steps in Compose
  81. Урок 81. 00:08:01
    Environment variables in Compose
  82. Урок 82. 00:05:51
    Volumes in Compose
  83. Урок 83. 00:09:41
    Networking in Compose
  84. Урок 84. 00:04:39
    Build Docker images using Docker Compse
  85. Урок 85. 00:02:21
    Overwrite the CMD of an image with Compose
  86. Урок 86. 00:10:45
    Install Drupal + PostgreSQL
  87. Урок 87. 00:08:14
    Install Joomla + MySQL
  88. Урок 88. 00:11:03
    Install PrestaShop + MySQL
  89. Урок 89. 00:06:02
    Install WordPress + MySQL