Skip to content

Commit 60ae7cc

Browse files
fix alignment
Signed-off-by: Craig <[email protected]>
1 parent 2a78d0b commit 60ae7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guides/dotnet/develop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ $ docker container ls
182182
You should see output like the following.
183183

184184
```console
185-
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
185+
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
186186
cb36e310aa7e docker-dotnet-server "dotnet myWebApp.dll" About a minute ago Up About a minute 0.0.0.0:8080->8080/tcp docker-dotnet-server-1
187-
39fdcf0aff7b postgres "docker-entrypoint.s…" About a minute ago Up About a minute (healthy) 5432/tcp docker-dotnet-db-1
187+
39fdcf0aff7b postgres "docker-entrypoint.s…" About a minute ago Up About a minute (healthy) 5432/tcp docker-dotnet-db-1
188188
```
189189

190190
In the previous example, the container ID is `39fdcf0aff7b`. Run the following command to connect to the postgres database in the container. Replace the container ID with your own container ID.

0 commit comments

Comments
 (0)