On the 6th step of file `docker/README.md`, the command is incomplete, running it will get an error. As is: ```sh $ docker exec -it vortex ``` Should be: ```sh $ docker exec -it vortex bash ```
On the 6th step of file
docker/README.md, the command is incomplete, running it will get an error.As is:
$ docker exec -it vortexShould be:
$ docker exec -it vortex bash