Difference between revisions of "Docker"

From Blue-IT.org Wiki

(General information Installation)
(General information Installation)
Line 5: Line 5:
  
 
== General information Installation ==
 
== General information Installation ==
the following gives you a base idea but without Docker Compose (next) you'll miss the real fun:
+
The following gives you a base idea but without Docker Composer (next section) you'll miss the real fun. It only shows you how to save the state of a container as a new Docker image.
 
* [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 General installation and usage on 16.04 (DO)]
 
* [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 General installation and usage on 16.04 (DO)]
  

Revision as of 18:38, 12 June 2016

Digital Ocean (DO) is a great source for tutorials about using and managing Docker on Ubuntu. There is also the Docker Blog for tutorials and news about Docker:

Here are the main themes you should be familiar with to get docker running on Ubuntu. You should at least read an test around the articles in the general section until you will be able to be productive - believe me or not, you'll see!

General information Installation

The following gives you a base idea but without Docker Composer (next section) you'll miss the real fun. It only shows you how to save the state of a container as a new Docker image.

Docker Compose (I consider this the most interesting article):

The Phusion/Basimage of Ubuntu and why you could / should use it:

Docker Registry:

Docker Data Volumes and Shared Folders:

Installation examples

Docker Real World LAMP example (Wordpress):