Skip to content

Commit 547f7ce

Browse files
authored
Update documentation for Docker
1 parent 6ac13e5 commit 547f7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCKER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Alternatively you can stop and start individual services with `docker stop conai
2121

2222
## Connect to server terminal
2323

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`.
2525

2626
## Transfer files to server from local machine
2727

0 commit comments

Comments
 (0)