What's new in Docker ?
Recently, I installed latest docker on my machine. But I noticed lots of new features, commands and aliases to the existing commands and felt it was worth posting. Docker version that I installed is 17.03.0-ce, Click here to know how to install Docker As we can see in docker help, commands are grouped as management commands under names like container, network, image, etc as per their purpose. $ docker --help Usage: docker COMMAND A self-sufficient runtime for containers ....