diff --git a/README.md b/README.md index 91b90a8..564c2fd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ > CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES > e948e26d9935 "docker-php-entrypoi…" 2 mins ago Up 2 mins 0.0.0.0:8081->80/tcp nervous_gauss > ``` - > In this case, to access the cli run `docker exec -it /bin/sh`. Replace `` with the value in the "NAMES" column. You will now be in the containers terminal. + > In this case, to access the cli run `docker exec -it bash`. Replace `` with the value in the "NAMES" column. You will now be in the containers terminal. After that, simply run the command `./setup` in the containers terminal. You should (and hopefully will) see this: ```