ubuntu

How To Install Docker Compose on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Docker Compose on Ubuntu 16.04

Docker is a great tool, but to take full advantage of its potential each component of an application should run in its own container. Docker Compose makes it easier for users to orchestrate the processes of Docker containers, including starting up, shutting down, and setting up intra-container linking and volumes.

Read more
How To Install Go 1.6 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Go 1.6 on Ubuntu 14.04

Go is a modern programming language developed by Google that uses high-level syntax similar to scripting languages. It is popular for many applications and at many companies, and has a robust set of tools and over 90,000 repos. This tutorial will walk you through downloading and installing Go 1.6, as well as building a simple Hello World application.

Read more
CHAT