Difference between revisions of "Docker"

From Blue-IT.org Wiki

Line 12: Line 12:
 
* [https://blog.docker.com/2013/07/how-to-use-your-own-registry  Docker Blog]
 
* [https://blog.docker.com/2013/07/how-to-use-your-own-registry  Docker Blog]
  
Docker Volumes:
+
Docker Data Volumes and Shared Folders:
 
* https://www.digitalocean.com/community/tutorials/how-to-work-with-docker-data-volumes-on-ubuntu-14-04
 
* https://www.digitalocean.com/community/tutorials/how-to-work-with-docker-data-volumes-on-ubuntu-14-04
  

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:

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):