Difference between revisions of "Docker"

From Blue-IT.org Wiki

Line 1: Line 1:
[https://www.digitalocean.com/community/tutorials Digital Ocean (DO)] is a great source for tutorials about using and managing Docker on Ubuntu. there is also the [https://blog.docker.com Docker Blog] for tutorials and news about Docker:
+
[https://www.digitalocean.com/community/tutorials Digital Ocean (DO)] is a great source for tutorials about using and managing Docker on Ubuntu.
Here are the main themes:
+
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:
  
 
Installation:
 
Installation:

Revision as of 13:41, 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:

Installation:

  1. General installation and usage on 16.04 (DO)

Docker Compose:

  1. DO - Docker-Compose AKA Fig (DO)

Docker Registry:

Docker Data Volumes and Shared Folders:

Docker Real World LAMP example (Wordpress):