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:
 +
* https://www.digitalocean.com/community/tutorials/how-to-work-with-docker-data-volumes-on-ubuntu-14-04
 +
 +
Docker Real World LAMP example (Wordpress):
 +
* https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-and-phpmyadmin-with-docker-compose-on-ubuntu-14-04
  
 
[[Category:Docker]]
 
[[Category:Docker]]

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

Docker Real World LAMP example (Wordpress):