Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Mastering Gradle
  • Toc
  • feedback
Mastering Gradle

Mastering Gradle

By : Mitra
3 (4)
close
Mastering Gradle

Mastering Gradle

3 (4)
By: Mitra

Overview of this book

If you are a developer with some experience in build tool and want to become an expert in build tool, then this book is for you. Basic knowledge of Gradle or any other build tool is essential.
Table of Contents (12 chapters)
close
11
Index

Installing Docker


To install Docker in Ubuntu Trusty 14.04 LTS, following commands can be used:

$ sudo apt-get update
$ sudo apt-get -y install docker.io

Alternatively, to get the latest version of Docker you can use this:

$ sudo wget -qO- https://get.docker.com/ | sh

To know the installed version, you have to run the docker version command, as follows:

$ docker version
Client version: 1.6.0
Client API version: 1.18
Go version (client): go1.4.2
Git commit (client): 4749651
...

Docker is also supported on Mac OS X, Windows, or cloud platforms. Docker installation guide for these platforms is available at https://docs.docker.com/.

To verify the installation, you can execute the docker run hello-world command. This command downloads a test image and runs the command in a container:

$ docker run hello-world
Unable to find image 'hello-world' locally
Pulling repository hello-world
91c95931e552: Download complete 
a8219747be10: Download complete 
Hello from Docker.

If the preceding message is displayed...

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete