Skip to content

Commit

Permalink
Merge pull request #16666 from bpeckNR/DockerSupportUpdate
Browse files Browse the repository at this point in the history
fix(CPMDockerSupport): Clarified Docker 26+ support
  • Loading branch information
akristen committed Mar 26, 2024
2 parents 5b41ee8 + 3eb210d commit 1fc2487
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</td>

<td>
Docker [17.12.1-ce](https://docs.docker.com/engine/release-notes/17.12/) or higher
Docker Engine versions between [17.12.1-ce](https://docs.docker.com/engine/release-notes/17.12/) and 25 or higher.
</td>
</tr>

Expand All @@ -173,6 +173,10 @@ To host CPMs, your system must meet the minimum requirements for the chosen syst
</tbody>
</table>

<Callout variant="caution">
The Docker CPM does not support Docker Engine 26.0 or higher due to breaking changes. Customers seeking Docker 26+ support should migrate to [Synthetics Job Manager](/docs/synthetics/synthetic-monitoring/private-locations/job-manager-transition-guide/)
</Callout>

<Callout variant="caution">
The Docker CPM is not designed for use with container orchestrators like AWS ECS, Docker Swarm, Apache Mesos, Azure Container Instances, etc. Running the Docker CPM in a container orchestrator will result in unexpected issues because it is itself a container orchestrator. If you're using container orchestration, see our [Kubernetes CPM requirements](/docs/synthetics/synthetic-monitoring/private-locations/install-containerized-private-minions-cpms/#kubernetes-requirements).
</Callout>
Expand Down

0 comments on commit 1fc2487

Please sign in to comment.