Back To Normal

Subscribe To Our E-Mail Newsletter

Sunday, July 2, 2017

Docker Commands


Installation

  • brew install docker docker-machine
  • brew install  docker-machine

Creating the virtual Box

  • docker-machine
  • docker-machine start
  • docker-machine create -d virtualbox default

CLI

  • docker-machine ls
  • which docker
  • docker-machine env
  • docker ps
  • brew install docker
  • which docker
  • docker ps
  • docker env vijay
  • docker-machine env vijay
  • docker-machine env  default
  • eval(docker-machine env)
  • eval (docker-machine env)
  • eval (docker-machine env default)

Connecting to Docker

  • docker-machine ssh
  • bash
  • docker-machine images
  • docker images
  • docker-machine ssh

Run images

  • docker run --rm --name  
Mounting 
  •  docker run --rm --name  -v (mount volume from other containers)

Other Commands

  • onbuild
  • cmd 
  • exec 
  • run


Read More


View of Quality

Generally quality stands for “standard of product measured against the other things of similar kind” and software person measure the quality in degree that a product is reliable ,maintainable and sustainable.
 When you view the quality from different stakeholder perspective
  • Users will observe the external factors (speed and usability) of the application.
  • A business Stakeholders measure based on the financial performance
  • Developers care about the internal code structure of the application
  • Testers trying to connect all the dots.

   
Quality pyramid with Moslows hierarchy



                                                
Satisfying needs on lower levels bring demising returns. And our quality of life improves by satisfying  high level need after lower level needs are satisfied.

How can I relate the Maslow hierarchy with software quality?


  •  What are the key features and key technical qualities?
  • What are Key performance , security, scalability aspects?
  • Usability scenarios (Is it usable?).
  • What production metrics will show that is used in real work?
  • Is it successful?  what business metrics will show that this was worth doing? is it operating within financial constraints
Read More


560 Free Online Courses

Top 200 universities launched 500 free online courses.  Please find the list here .