From 461c6935c4745e50d2ca9f479b225157897c0f45 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 12 Apr 2022 11:44:41 +0200 Subject: [PATCH] fix aligning in some output examples Signed-off-by: Sebastiaan van Stijn --- engine/swarm/swarm-tutorial/delete-service.md | 14 +++++++------- get-started/orchestration.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/engine/swarm/swarm-tutorial/delete-service.md b/engine/swarm/swarm-tutorial/delete-service.md index 71b608c475..cefffc065b 100644 --- a/engine/swarm/swarm-tutorial/delete-service.md +++ b/engine/swarm/swarm-tutorial/delete-service.md @@ -37,15 +37,15 @@ you can delete the service from the swarm. ```console $ docker ps - CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES - db1651f50347 alpine:latest "ping docker.com" 44 minutes ago Up 46 seconds helloworld.5.9lkmos2beppihw95vdwxy1j3w - 43bf6e532a92 alpine:latest "ping docker.com" 44 minutes ago Up 46 seconds helloworld.3.a71i8rp6fua79ad43ycocl4t2 - 5a0fb65d8fa7 alpine:latest "ping docker.com" 44 minutes ago Up 45 seconds helloworld.2.2jpgensh7d935qdc857pxulfr - afb0ba67076f alpine:latest "ping docker.com" 44 minutes ago Up 46 seconds helloworld.4.1c47o7tluz7drve4vkm2m5olx - 688172d3bfaa alpine:latest "ping docker.com" 45 minutes ago Up About a minute helloworld.1.74nbhb3fhud8jfrhigd7s29we + CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES + db1651f50347 alpine:latest "ping docker.com" 44 minutes ago Up 46 seconds helloworld.5.9lkmos2beppihw95vdwxy1j3w + 43bf6e532a92 alpine:latest "ping docker.com" 44 minutes ago Up 46 seconds helloworld.3.a71i8rp6fua79ad43ycocl4t2 + 5a0fb65d8fa7 alpine:latest "ping docker.com" 44 minutes ago Up 45 seconds helloworld.2.2jpgensh7d935qdc857pxulfr + afb0ba67076f alpine:latest "ping docker.com" 44 minutes ago Up 46 seconds helloworld.4.1c47o7tluz7drve4vkm2m5olx + 688172d3bfaa alpine:latest "ping docker.com" 45 minutes ago Up About a minute helloworld.1.74nbhb3fhud8jfrhigd7s29we $ docker ps - CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS + CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ``` diff --git a/get-started/orchestration.md b/get-started/orchestration.md index 61c67a0a68..a85ce7cc2e 100644 --- a/get-started/orchestration.md +++ b/get-started/orchestration.md @@ -214,7 +214,7 @@ Docker Desktop runs primarily on Docker Engine, which has everything you need to ```shell ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS - 463j2s3y4b5o demo.1 alpine:latest docker-desktop Running Running 8 seconds ago + 463j2s3y4b5o demo.1 alpine:latest docker-desktop Running Running 8 seconds ago ``` 4. Check that you get the logs you'd expect for a ping process: @@ -282,7 +282,7 @@ Docker Desktop runs primarily on Docker Engine, which has everything you need to ```shell ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS - 463j2s3y4b5o demo.1 alpine:latest docker-desktop Running Running 8 seconds ago + 463j2s3y4b5o demo.1 alpine:latest docker-desktop Running Running 8 seconds ago ``` 4. Check that you get the logs you'd expect for a ping process: