I am trying to run my react app with docker, when I run the container, everything seems fine but I can\'t access it on localhost (or 127.0.0.1). Here is my configuration:
A container must be started before you can run a command in it.
docker start seyaa/client
Then you may run eg. a shell
docker run seyaa/client /bin/sh