mirror of https://github.com/docker/docs.git
learning-paths: fix formatting, duplication, missing elements
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
b81f04a0c0
commit
1a66732bff
|
@ -70,14 +70,34 @@ an organization is completely isolated to a single Amazon EC2 instance, with a
|
||||||
dedicated EBS volume for build cache and encryption in transit. That means
|
dedicated EBS volume for build cache and encryption in transit. That means
|
||||||
there are no shared processes or data between cloud builders.
|
there are no shared processes or data between cloud builders.
|
||||||
|
|
||||||
|
**Duration**: 2.5 minutes
|
||||||
|
|
||||||
{{< youtube-embed "8AqKhEO2PQA" >}}
|
{{< youtube-embed "8AqKhEO2PQA" >}}
|
||||||
|
|
||||||
{{< /accordion >}}
|
{{< /accordion >}}
|
||||||
|
|
||||||
|
{{< accordion large=true title=`Demo: set up and use Docker Build Cloud in development` icon=`play_circle` >}}
|
||||||
|
|
||||||
|
Shift the build workload from local machines to a remote BuildKit instance —
|
||||||
|
achieve faster build times, especially for multi-platform builds.
|
||||||
|
|
||||||
|
- Choose the right build: local or cloud?
|
||||||
|
- Use with Docker Compose
|
||||||
|
- Multi-platform builds
|
||||||
|
- Cloud builds in Docker Desktop
|
||||||
|
|
||||||
|
**Duration**: 4 minutes
|
||||||
|
|
||||||
|
{{< youtube-embed "oPGq2AP5OtQ" >}}
|
||||||
|
|
||||||
|
{{< /accordion >}}
|
||||||
|
|
||||||
{{< accordion large=true title=`Demo: using Docker Build Cloud in CI` icon=`play_circle` >}}
|
{{< accordion large=true title=`Demo: using Docker Build Cloud in CI` icon=`play_circle` >}}
|
||||||
|
|
||||||
Speed up your build pipelines — delegate the build execution to Docker Build Cloud in CI.
|
Speed up your build pipelines — delegate the build execution to Docker Build Cloud in CI.
|
||||||
|
|
||||||
|
**Duration**: 4 minutes
|
||||||
|
|
||||||
{{< youtube-embed "wvLdInoVBGg" >}}
|
{{< youtube-embed "wvLdInoVBGg" >}}
|
||||||
|
|
||||||
{{< /accordion >}}
|
{{< /accordion >}}
|
||||||
|
|
|
@ -28,6 +28,13 @@ orchestrated.
|
||||||
|
|
||||||
<!-- break -->
|
<!-- break -->
|
||||||
|
|
||||||
|
## What you’ll learn
|
||||||
|
|
||||||
|
- What Docker Compose is and what it does
|
||||||
|
- How to define services
|
||||||
|
- Use cases for Docker Compose
|
||||||
|
- How things would be different without Docker Compose
|
||||||
|
|
||||||
## Who’s this for?
|
## Who’s this for?
|
||||||
|
|
||||||
- Developers and DevOps engineers who need to define, manage, and orchestrate
|
- Developers and DevOps engineers who need to define, manage, and orchestrate
|
||||||
|
@ -58,12 +65,23 @@ Docker Compose provides several benefits:
|
||||||
- Streamlines development workflows and reduces setup time.
|
- Streamlines development workflows and reduces setup time.
|
||||||
- Ensures that each service runs in its own container, avoiding conflicts.
|
- Ensures that each service runs in its own container, avoiding conflicts.
|
||||||
|
|
||||||
|
**Duration**: 2.5 minutes
|
||||||
|
|
||||||
{{< youtube-embed 2EqarOM2V4U >}}
|
{{< youtube-embed 2EqarOM2V4U >}}
|
||||||
|
|
||||||
{{< /accordion >}}
|
{{< /accordion >}}
|
||||||
|
|
||||||
{{< accordion large=true title=`Demo: Set up and use Docker Compose` icon=`play_circle` >}}
|
{{< accordion large=true title=`Demo: Set up and use Docker Compose` icon=`play_circle` >}}
|
||||||
|
|
||||||
|
This Docker Compose demo shows how to orchestrate a multi-container application
|
||||||
|
environment, streamlining development and deployment processes.
|
||||||
|
|
||||||
|
- Compare Docker Compose to the `docker run` command
|
||||||
|
- Configure a multi-container web app using a compose.yml file
|
||||||
|
- Run a multi-container web app using one command
|
||||||
|
|
||||||
|
**Duration**: 2.5 minutes
|
||||||
|
|
||||||
{{< youtube-embed P5RBKmOLPH4 >}}
|
{{< youtube-embed P5RBKmOLPH4 >}}
|
||||||
|
|
||||||
{{< /accordion >}}
|
{{< /accordion >}}
|
||||||
|
|
|
@ -49,13 +49,14 @@ other CI solutions.
|
||||||
|
|
||||||
## Who’s this for?
|
## Who’s this for?
|
||||||
|
|
||||||
DevOps engineers who need to integrate automated security checks into CI/CD
|
- DevOps engineers who need to integrate automated security checks into CI/CD
|
||||||
pipelines to enhance the security and efficiency of their workflows. Developers
|
pipelines to enhance the security and efficiency of their workflows.
|
||||||
who want to use Docker Scout to identify and remediate vulnerabilities early in
|
- Developers who want to use Docker Scout to identify and remediate
|
||||||
the development process, ensuring the production of secure container images.
|
vulnerabilities early in the development process, ensuring the production of
|
||||||
Security professionals who must enforce security compliance, conduct
|
secure container images.
|
||||||
vulnerability assessments, and ensure the overall security of containerized
|
- Security professionals who must enforce security compliance, conduct
|
||||||
applications.
|
vulnerability assessments, and ensure the overall security of containerized
|
||||||
|
applications.
|
||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
|
@ -70,7 +71,7 @@ and reducing the risk of operational downtime due to vulnerabilities.
|
||||||
Docker Scout provides several benefits:
|
Docker Scout provides several benefits:
|
||||||
|
|
||||||
- Secure and trusted content
|
- Secure and trusted content
|
||||||
- A system of record for your SDLC
|
- A system of record for your Software Development Lifecycle (SDLC)
|
||||||
- Continuous security posture improvement
|
- Continuous security posture improvement
|
||||||
|
|
||||||
Docker Scout offers automated vulnerability detection and remediation, helping
|
Docker Scout offers automated vulnerability detection and remediation, helping
|
||||||
|
@ -79,29 +80,26 @@ development process. It also integrates with popular development tools like
|
||||||
Docker Desktop and GitHub Actions, providing seamless security management and
|
Docker Desktop and GitHub Actions, providing seamless security management and
|
||||||
compliance checks within existing workflows.
|
compliance checks within existing workflows.
|
||||||
|
|
||||||
|
**Duration**: 5 minutes
|
||||||
|
|
||||||
{{< youtube-embed "-omsQ7Uqyc4" >}}
|
{{< youtube-embed "-omsQ7Uqyc4" >}}
|
||||||
|
|
||||||
{{< /accordion >}}
|
{{< /accordion >}}
|
||||||
|
|
||||||
{{< accordion large=true title=`Docker Scout Demo` icon=`play_circle` >}}
|
{{< accordion large=true title=`Docker Scout Demo` icon=`play_circle` >}}
|
||||||
|
|
||||||
Organizations face significant challenges from data breaches,
|
Docker Scout has powerful features for enhancing containerized application
|
||||||
including financial losses, operational disruptions, and long-term damage to
|
security and ensuring a robust software supply chain.
|
||||||
brand reputation and customer trust. Docker Scout addresses critical problems
|
|
||||||
such as identifying insecure container images, preventing security breaches,
|
|
||||||
and reducing the risk of operational downtime due to vulnerabilities.
|
|
||||||
|
|
||||||
Docker Scout provides several benefits:
|
- Define vulnerability remediation
|
||||||
|
- Discuss why remediation is essential to maintain the security and integrity
|
||||||
|
of containerized applications
|
||||||
|
- Discuss common vulnerabilities
|
||||||
|
- Implement remediation techniques: updating base images, applying patches,
|
||||||
|
removing unnecessary packages
|
||||||
|
- Verify and validate remediation efforts using Docker Scout
|
||||||
|
|
||||||
- Secure and trusted content
|
**Duration**: 5 minutes
|
||||||
- A system of record for your SDLC
|
|
||||||
- Continuous security posture improvement
|
|
||||||
|
|
||||||
Docker Scout offers automated vulnerability detection and remediation, helping
|
|
||||||
organizations identify and fix security issues in container images early in the
|
|
||||||
development process. It also integrates with popular development tools like
|
|
||||||
Docker Desktop and GitHub Actions, providing seamless security management and
|
|
||||||
compliance checks within existing workflows.
|
|
||||||
|
|
||||||
{{< youtube-embed "TkLwJ0p46W8" >}}
|
{{< youtube-embed "TkLwJ0p46W8" >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue