Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>First APP</title>
</head>
<body>
    <h1>This is aan imageapp container</h1>
</body>
</html>

...

Type in the IP address of your instance (either a Floating IP address or your IPv6 address) in your web browser to see your container running:

Image Modified


You can also log in to your docker host directly by running:

...