Created
July 22, 2015 17:53
-
-
Save yebyen/2d0eb12b797f2fbd507b to your computer and use it in GitHub Desktop.
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
core@core8 ~ $ docker ps -a|grep 32913 | |
0a3de971a0a0 192.168.4.55:5000/feline-lungfish:v6 "/runner/init start 17 minutes ago Up 17 minutes 0.0.0.0:32913->5000/tcp feline-lungfish_v6.web.1 | |
core@core8 ~ $ curl localhost:32913 | |
curl: (56) Recv failure: Connection reset by peer | |
core@core8 ~ $ nse feline-lungfish_v6.web.1 | |
slug@0a3de971a0a0:~$ curl localhost:5000 | |
<p>Read <a href="http://jekyllbootstrap.com/usage/jekyll-quick-start.html">Jekyll Quick Start</a></p> | |
<p>Complete usage and documentation available at: <a href="http://jekyllbootstrap.com">Jekyll Bootstrap</a></p> | |
<h2>Update Author Attributes</h2> | |
<p>In <code>_config.yml</code> remember to specify your own data:</p> | |
<pre><code>title : My Blog =) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment