Skip to content

Commit 6680985

Browse files
authored
Merge pull request #20704 from dvdksn/fix-lps
learning-paths: fix formatting, duplication, missing elements
2 parents b81f04a + 1a66732 commit 6680985

File tree

3 files changed

+59
-23
lines changed

3 files changed

+59
-23
lines changed

content/learning-paths/docker-build-cloud.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,34 @@ an organization is completely isolated to a single Amazon EC2 instance, with a
7070
dedicated EBS volume for build cache and encryption in transit. That means
7171
there are no shared processes or data between cloud builders.
7272

73+
**Duration**: 2.5 minutes
74+
7375
{{< youtube-embed "8AqKhEO2PQA" >}}
7476

7577
{{< /accordion >}}
7678

79+
{{< accordion large=true title=`Demo: set up and use Docker Build Cloud in development` icon=`play_circle` >}}
80+
81+
Shift the build workload from local machines to a remote BuildKit instance —
82+
achieve faster build times, especially for multi-platform builds.
83+
84+
- Choose the right build: local or cloud?
85+
- Use with Docker Compose
86+
- Multi-platform builds
87+
- Cloud builds in Docker Desktop
88+
89+
**Duration**: 4 minutes
90+
91+
{{< youtube-embed "oPGq2AP5OtQ" >}}
92+
93+
{{< /accordion >}}
94+
7795
{{< accordion large=true title=`Demo: using Docker Build Cloud in CI` icon=`play_circle` >}}
7896

7997
Speed up your build pipelines — delegate the build execution to Docker Build Cloud in CI.
8098

99+
**Duration**: 4 minutes
100+
81101
{{< youtube-embed "wvLdInoVBGg" >}}
82102

83103
{{< /accordion >}}

content/learning-paths/docker-compose.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ orchestrated.
2828

2929
<!-- break -->
3030

31+
## What you’ll learn
32+
33+
- What Docker Compose is and what it does
34+
- How to define services
35+
- Use cases for Docker Compose
36+
- How things would be different without Docker Compose
37+
3138
## Who’s this for?
3239

3340
- Developers and DevOps engineers who need to define, manage, and orchestrate
@@ -58,12 +65,23 @@ Docker Compose provides several benefits:
5865
- Streamlines development workflows and reduces setup time.
5966
- Ensures that each service runs in its own container, avoiding conflicts.
6067

68+
**Duration**: 2.5 minutes
69+
6170
{{< youtube-embed 2EqarOM2V4U >}}
6271

6372
{{< /accordion >}}
6473

6574
{{< accordion large=true title=`Demo: Set up and use Docker Compose` icon=`play_circle` >}}
6675

76+
This Docker Compose demo shows how to orchestrate a multi-container application
77+
environment, streamlining development and deployment processes.
78+
79+
- Compare Docker Compose to the `docker run` command
80+
- Configure a multi-container web app using a compose.yml file
81+
- Run a multi-container web app using one command
82+
83+
**Duration**: 2.5 minutes
84+
6785
{{< youtube-embed P5RBKmOLPH4 >}}
6886

6987
{{< /accordion >}}

content/learning-paths/docker-scout.md

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ other CI solutions.
4949

5050
## Who’s this for?
5151

52-
DevOps engineers who need to integrate automated security checks into CI/CD
53-
pipelines to enhance the security and efficiency of their workflows. Developers
54-
who want to use Docker Scout to identify and remediate vulnerabilities early in
55-
the development process, ensuring the production of secure container images.
56-
Security professionals who must enforce security compliance, conduct
57-
vulnerability assessments, and ensure the overall security of containerized
58-
applications.
52+
- DevOps engineers who need to integrate automated security checks into CI/CD
53+
pipelines to enhance the security and efficiency of their workflows.
54+
- Developers who want to use Docker Scout to identify and remediate
55+
vulnerabilities early in the development process, ensuring the production of
56+
secure container images.
57+
- Security professionals who must enforce security compliance, conduct
58+
vulnerability assessments, and ensure the overall security of containerized
59+
applications.
5960

6061
## Modules
6162

@@ -70,7 +71,7 @@ and reducing the risk of operational downtime due to vulnerabilities.
7071
Docker Scout provides several benefits:
7172

7273
- Secure and trusted content
73-
- A system of record for your SDLC
74+
- A system of record for your Software Development Lifecycle (SDLC)
7475
- Continuous security posture improvement
7576

7677
Docker Scout offers automated vulnerability detection and remediation, helping
@@ -79,29 +80,26 @@ development process. It also integrates with popular development tools like
7980
Docker Desktop and GitHub Actions, providing seamless security management and
8081
compliance checks within existing workflows.
8182

83+
**Duration**: 5 minutes
84+
8285
{{< youtube-embed "-omsQ7Uqyc4" >}}
8386

8487
{{< /accordion >}}
8588

8689
{{< accordion large=true title=`Docker Scout Demo` icon=`play_circle` >}}
8790

88-
Organizations face significant challenges from data breaches,
89-
including financial losses, operational disruptions, and long-term damage to
90-
brand reputation and customer trust. Docker Scout addresses critical problems
91-
such as identifying insecure container images, preventing security breaches,
92-
and reducing the risk of operational downtime due to vulnerabilities.
91+
Docker Scout has powerful features for enhancing containerized application
92+
security and ensuring a robust software supply chain.
9393

94-
Docker Scout provides several benefits:
94+
- Define vulnerability remediation
95+
- Discuss why remediation is essential to maintain the security and integrity
96+
of containerized applications
97+
- Discuss common vulnerabilities
98+
- Implement remediation techniques: updating base images, applying patches,
99+
removing unnecessary packages
100+
- Verify and validate remediation efforts using Docker Scout
95101

96-
- Secure and trusted content
97-
- A system of record for your SDLC
98-
- Continuous security posture improvement
99-
100-
Docker Scout offers automated vulnerability detection and remediation, helping
101-
organizations identify and fix security issues in container images early in the
102-
development process. It also integrates with popular development tools like
103-
Docker Desktop and GitHub Actions, providing seamless security management and
104-
compliance checks within existing workflows.
102+
**Duration**: 5 minutes
105103

106104
{{< youtube-embed "TkLwJ0p46W8" >}}
107105

0 commit comments

Comments
 (0)