From 1b73c96183eadbaa861bde99e49c0dd8a0ea443f Mon Sep 17 00:00:00 2001 From: Shelly David <59293978+shellydavid@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:15:01 -0400 Subject: [PATCH] docker-update: remove = --- pages/common/docker-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/docker-update.md b/pages/common/docker-update.md index ce147ff40611d3..32544fa58d9237 100644 --- a/pages/common/docker-update.md +++ b/pages/common/docker-update.md @@ -6,11 +6,11 @@ - Update restart policy to apply when a specific container exits: -`docker update --restart={{always|no|on-failure|unless-stopped}} {{container_name}}` +`docker update --restart {{always|no|on-failure|unless-stopped}} {{container_name}}` - Update the policy to restart up to three times a specific container when it exits with non-zero exit status: -`docker update --restart=on-failure:3 {{container_name}}` +`docker update --restart on-failure:3 {{container_name}}` - Update the number of CPUs available to a specific container: