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: DOCKER.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Alternatively you can stop and start individual services with `docker stop conai
21
21
22
22
## Connect to server terminal
23
23
24
-
If you need to access the terminal on the server you can enter `docker exe -it topaz_game_1 sh` where `topaz_game_1` is the container name from the `docker ps` command. To exit type `exit`.
24
+
If you need to access the terminal on the server you can enter `docker exec -it topaz_game_1 bash` where `topaz_game_1` is the container name from the `docker ps` command. To exit type `exit`.
0 commit comments