Last active
August 29, 2015 14:00
-
-
Save ngsmrk/9910d208ad707ecbed72 to your computer and use it in GitHub Desktop.
docker_express_4
This file contains 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
docker@boot2docker:~$ curl 0.0.0.0:49159 | |
<!DOCTYPE html><html><head><title>Express</title> | |
<link rel="stylesheet" href="/stylesheets/style.css"> | |
</head><body><h1>Express</h1> | |
<p>Welcome to Express</p></body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment