You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/guides/dotnet/develop.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -182,9 +182,9 @@ $ docker container ls
182
182
You should see output like the following.
183
183
184
184
```console
185
-
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
186
-
cb36e310aa7e docker-dotnet-server "dotnet myWebApp.dll" About a minute ago Up About a minute 0.0.0.0:8080->80/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
185
+
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
186
+
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
188
188
```
189
189
190
190
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