Created
November 1, 2015 19:22
-
-
Save mvoropaiev/8d70a18829890f2fd34c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mvoropaiev@voyageur muse-docker (feature/dev-env)]$ docker ps | grep frontend | |
93954c348d65 musedocker_frontend "/entrypoint.sh runse" 34 seconds ago Up 33 seconds 0.0.0.0:5000->5000/tcp musedocker_frontend_1 | |
[mvoropaiev@voyageur muse-docker (feature/dev-env)]$ curl localhost:5000 | |
curl: (56) Recv failure: Connection reset by peer | |
[mvoropaiev@voyageur muse-docker (feature/dev-env)]$ docker exec -it musedocker_frontend_1 curl localhost:5000 | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>MUSE Network </title> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment