File: ip_href.html

package info (click to toggle)
ruby-html-proofer 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,524 kB
  • sloc: ruby: 4,389; sh: 8; makefile: 4; javascript: 1; php: 1
file content (18 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<p>
  The container on the Redis server and its volume have now both been moved to
  the second host, and Flocker has maintained its link to the web application on
  the first host:
</p>

<ul>
  <li>
    Visit <a href="https://1.2.3.4/">http://1.2.3.4/</a>. You will see the visit
    count is still persisted on this node even though the application is no
    longer running on that host
  </li>
  <li>
    Visit <a href="https://5.6.7.8/">http://5.6.7.8/</a>. You will see that the
    count still persists, even though the container with the volume has moved
    between hosts.
  </li>
</ul>