Difference between revisions of "Docker"

From Blue-IT.org Wiki

Line 2: Line 2:
 
There is also the [https://blog.docker.com Docker Blog] for tutorials and news about Docker:
 
There is also the [https://blog.docker.com 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 all these articles (except the LAMP example) before getting productive (believe me or not - you'll see)!
+
Here are the main themes you should be familiar with to get docker running on Ubuntu. You should at least read an test around all these articles (except the LAMP example) before getting productive - believe me or not, you'll see!
  
 
General information Installation:
 
General information Installation:

Revision as of 17:26, 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 all these articles (except the LAMP example) before getting productive - believe me or not, you'll see!

General information Installation:

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:

Docker Real World LAMP example (Wordpress):