Удален по просьбе правообладателя
  1. Урок 1. 00:01:42
    Welcome
  2. Урок 2. 00:03:07
    What will you learn in this course?
  3. Урок 3. 00:00:55
    Who is the course for and prerequisites
  4. Урок 4. 00:03:46
    Installing Docker on Windows
  5. Урок 5. 00:03:43
    Installing Docker on Linux
  6. Урок 6. 00:00:54
    Installing Docker on Mac
  7. Урок 7. 00:01:01
    Enabling hardware virtualization in the BIOS
  8. Урок 8. 00:00:24
    Introduction
  9. Урок 9. 00:03:54
    Containers
  10. Урок 10. 00:01:48
    Images
  11. Урок 11. 00:02:45
    Container registries and Docker Hub
  12. Урок 12. 00:03:04
    Docker CLI
  13. Урок 13. 00:03:57
    Docker Desktop GUI
  14. Урок 14. 00:01:34
    Visual Studio Code Extension
  15. Урок 15. 00:00:49
    Introduction
  16. Урок 16. 00:02:24
    Port mapping
  17. Урок 17. 00:02:51
    Detached mode and logs
  18. Урок 18. 00:05:24
    Shell access and makes changes inside containers
  19. Урок 19. 00:07:26
    More example 3rd party images
  20. Урок 20. 00:05:38
    Image tags
  21. Урок 21. 00:02:54
    Image layers and caching
  22. Урок 22. 00:01:12
    Introduction
  23. Урок 23. 00:02:43
    Frontend
  24. Урок 24. 00:03:32
    Backend
  25. Урок 25. 00:04:14
    A simple database interaction
  26. Урок 26. 00:04:03
    Building our API image
  27. Урок 27. 00:07:04
    Dockerfile 101
  28. Урок 28. 00:03:25
    Building our frontend image
  29. Урок 29. 00:01:04
    Introduction
  30. Урок 30. 00:01:48
    The docker-compose YAML file
  31. Урок 31. 00:03:29
    The docker compose CLI command
  32. Урок 32. 00:00:40
    Services as DNS entries
  33. Урок 33. 00:02:10
    Using docker compose to build our images
  34. Урок 34. 00:04:38
    Seeding our database
  35. Урок 35. 00:06:37
    Pushing images to Docker Hub
  36. Урок 36. 00:00:24
    Introduction
  37. Урок 37. 00:03:21
    Docker and CI/CD
  38. Урок 38. 00:09:31
    Leveraging Docker for Testing
  39. Урок 39. 00:01:28
    Spikes
  40. Урок 40. 00:02:48
    Introduction and types of persistent storage in Docker
  41. Урок 41. 00:01:32
    Creating Volumes
  42. Урок 42. 00:06:27
    Mounting volumes in containers
  43. Урок 43. 00:02:56
    Mounting bind mounts in containers
  44. Урок 44. 00:03:55
    Volumes in Docker compose
  45. Урок 45. 00:04:22
    Backing up volumes
  46. Урок 46. 00:02:49
    Anonymous volumes and the Dockerfile VOLUME instruction
  47. Урок 47. 00:00:57
    Introduction
  48. Урок 48. 00:04:16
    Default bridge network
  49. Урок 49. 00:06:47
    Custom bridge networks
  50. Урок 50. 00:06:50
    Networking on Docker Compose
  51. Урок 51. 00:04:45
    Host network
  52. Урок 52. 00:01:00
    Leveraging host.docker.internal
  53. Урок 53. 00:03:02
    Summary of other network types
  54. Урок 54. 00:01:37
    Introduction
  55. Урок 55. 00:04:12
    Image scanning
  56. Урок 56. 00:06:40
    Running containers as non-root
  57. Урок 57. 00:06:27
    Under the hood: How containers work in Linux
  58. Урок 58. 00:07:30
    The difference between ENTRYPOINT and CMD in Dockerfile
  59. Урок 59. 00:01:19
    Tip: Creating command line aliases
  60. Урок 60. 00:04:03
    Container hosting solutions
  61. Урок 61. 00:01:05
    Course conclusion