Versions Compared

Key

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

...

And you should see output similar to the following:


Image RemovedImage Added


After the host is provisioned , check the server environment with the following command:

Code Block
$ docker-machine env RAC


Image RemovedImage Added


Then run:

Code Block
$ eval $(docker-machine env RAC)

...

Code Block
$ docker images


Image RemovedImage Added

Deploying containers to Docker host remotely

...

Verify the container is running with the following command:


Code Block
$ docker ps -a


Image Added Image Removed-a 


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 RemovedImage Added


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

...