Companies Home Search Profile

Learn Docker in a Month of Lunches video edition

Focused View

10:36:34

90 View
  • 1. Part 1 Understanding Docker containers and images.mp4
    00:43
  • 2. Chapter 1 Before you begin.mp4
    08:34
  • 3. Chapter 1 Building new cloud-native apps.mp4
    07:03
  • 4. Chapter 1 Is this book for you-.mp4
    09:15
  • 5. Chapter 2 Understanding Docker and running Hello World.mp4
    09:37
  • 6. Chapter 2 Connecting to a container like a remote computer.mp4
    07:06
  • 7. Chapter 2 Hosting a website in a container.mp4
    06:54
  • 8. Chapter 2 Understanding how Docker runs containers.mp4
    06:17
  • 9. Chapter 3 Building your own Docker images.mp4
    07:33
  • 10. Chapter 3 Writing your first Dockerfile.mp4
    07:17
  • 11. Chapter 3 Understanding Docker images and image layers.mp4
    05:10
  • 13. Chapter 3 Optimizing Dockerfiles to use the image layer cache.mp4
    06:17
  • 14. Chapter 4 Packaging applications from source code into Docker Images.mp4
    06:34
  • 15. Chapter 4 App walkthrough- Java source code.mp4
    07:06
  • 16. Chapter 4 App walkthrough- Node.js source code.mp4
    05:09
  • 17. Chapter 4 App walkthrough- Go source code.mp4
    09:38
  • 18. Chapter 5 Sharing images with Docker Hub and other registries.mp4
    10:51
  • 19. Chapter 5 Running and using your own Docker registry.mp4
    07:07
  • 20. Chapter 5 Using image tags effectively.mp4
    09:00
  • 21. Chapter 6 Using Docker volumes for persistent storage.mp4
    08:28
  • 22. Chapter 6 Running containers with Docker volumes.mp4
    11:15
  • 23. Chapter 6 Limitations of filesystem mounts.mp4
    10:23
  • 24. Part 2 Running distributed applications in containers.mp4
    00:42
  • 25. Chapter 7 Running multi-container apps with Docker Compose.mp4
    07:53
  • 26. Chapter 7 Running a multi-container application with Compose.mp4
    08:36
  • 27. Chapter 7 How Docker plugs containers together.mp4
    05:23
  • 28. Chapter 7 Application configuration in Docker Compose.mp4
    09:34
  • 29. Chapter 8 Supporting reliability with health checks and dependency checks.mp4
    10:00
  • 30. Chapter 8 Starting containers with dependency checks.mp4
    10:47
  • 31. Chapter 8 Defining health checks and dependency checks in Docker Compose.mp4
    09:25
  • 32. Chapter 9 Adding observability with containerized monitoring.mp4
    07:59
  • 33. Chapter 9 Exposing metrics from your application.mp4
    06:23
  • 34. Chapter 9 Running a Prometheus container to collect metrics.mp4
    06:43
  • 35. Chapter 9 Running a Grafana container to visualize metrics.mp4
    12:33
  • 36. Chapter 10 Running multiple environments with Docker Compose.mp4
    05:58
  • 37. Chapter 10 Using Docker Compose override files.mp4
    09:26
  • 38. Chapter 10 Injecting configuration with environment variables and secrets.mp4
    10:08
  • 39. Chapter 10 Reducing duplication with extension fields.mp4
    08:49
  • 40. Chapter 11 Building and testing applications with Docker and Docker Compose.mp4
    11:57
  • 41. Chapter 11 Capturing build settings with Docker Compose.mp4
    07:48
  • 42. Chapter 11 Writing CI jobs with no dependencies except Docker.mp4
    09:20
  • 43. Part 3 Running at scale with a container orchestrator.mp4
    00:43
  • 44. Chapter 12 Understanding orchestration- Docker Swarm and Kubernetes.mp4
    07:55
  • 45. Chapter 12 Running applications as Docker Swarm services.mp4
    08:53
  • 46. Chapter 12 Managing network traffic in the cluster.mp4
    08:49
  • 47. Chapter 12 Understanding the choice between Docker Swarm and Kubernetes.mp4
    05:09
  • 48. Chapter 13 Deploying distributed applications as stacks in Docker Swarm.mp4
    08:24
  • 49. Chapter 13 Managing app configuration with config objects.mp4
    06:52
  • 50. Chapter 13 Managing confidential settings with secrets.mp4
    05:50
  • 51. Chapter 13 Storing data with volumes in the Swarm.mp4
    10:01
  • 52. Chapter 14 Automating releases with upgrades and rollbacks.mp4
    09:21
  • 53. Chapter 14 Configuring production rollouts with Compose.mp4
    05:39
  • 54. Chapter 14 Configuring service rollbacks.mp4
    07:42
  • 55. Chapter 14 Managing downtime for your cluster.mp4
    09:29
  • 56. Chapter 15 Configuring Docker for secure remote access and CI CD.mp4
    07:47
  • 57. Chapter 15 Configuring Docker for secure remote access.mp4
    13:04
  • 58. Chapter 15 Adding continuous deployment to your CI pipeline.mp4
    12:45
  • 59. Chapter 16 Building Docker images that run anywhere- Linux, Windows, Intel, and Arm.mp4
    06:02
  • 60. Chapter 16 Building multi-arch images from one or more Dockerfiles.mp4
    07:05
  • 61. Chapter 16 Pushing multi-arch images to registries with manifests.mp4
    06:24
  • 62. Chapter 16 Building multi-arch images with Docker Buildx.mp4
    09:24
  • 63. Part 4 Getting your containers ready for production.mp4
    00:39
  • 64. Chapter 17 Optimizing your Docker images for size, speed, and security.mp4
    08:09
  • 65. Chapter 17 Choosing the right base images.mp4
    08:23
  • 66. Chapter 17 Minimizing image layer count and layer size.mp4
    05:10
  • 67. Chapter 17 Taking your multi-stage builds to the next level.mp4
    07:37
  • 68. Chapter 18 Application configuration management in containers.mp4
    06:40
  • 69. Chapter 18 Packaging config for every environment.mp4
    05:53
  • 70. Chapter 18 Loading configuration from the runtime.mp4
    05:58
  • 71. Chapter 18 Configuring legacy apps in the same way as new apps.mp4
    11:25
  • 72. Chapter 19 Writing and managing application logs with Docker.mp4
    06:28
  • 73. Chapter 19 Relaying logs from other sinks to stdout.mp4
    05:20
  • 74. Chapter 19 Collecting and forwarding container logs.mp4
    07:24
  • 75. Chapter 19 Managing your log output and collection.mp4
    08:41
  • 76. Chapter 20 Controlling HTTP traffic to containers with a reverse proxy.mp4
    06:32
  • 77. Chapter 20 Handling routing and SSL in the reverse proxy.mp4
    05:57
  • 78. Chapter 20 Improving performance and reliability with the proxy.mp4
    05:44
  • 79. Chapter 20 Using a cloud-native reverse proxy.mp4
    12:41
  • 80. Chapter 21 Asynchronous communication with a message queue.mp4
    07:29
  • 81. Chapter 21 Using a cloud-native message queue.mp4
    09:34
  • 82. Chapter 21 Adding new features with message handlers.mp4
    08:36
  • 83. Chapter 22 Never the end.mp4
    08:15
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    O'Reilly Media is an American learning company established by Tim O'Reilly that publishes books, produces tech conferences, and provides an online learning platform. Its distinctive brand features a woodcut of an animal on many of its book covers.
    • language english
    • Training sessions 82
    • duration 10:36:34
    • Release Date 2023/11/06