0%
Loading ...

Day: September 13, 2017

  • Docker – Containers

    Docker – Containers

    Download and setup Docker: Windows Ubuntu Register/Login/Sign-up Open command prompt/Cmd/Terminal Apply the following commands: docker or docker –help (Help screen appears). docker –version (Display the version of docker). docker images (displays the currently installed images). Install UI for docker. The UI is accessible at http://localhost:8090 Install the UI by applying the following command: docker run -d -p…

    Continue reading