Difference between revisions of "Docker"
From Blue-IT.org Wiki
Line 5: | Line 5: | ||
Installation: | Installation: | ||
− | + | * [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 General installation and usage on 16.04 (DO)] | |
Docker Compose: | Docker Compose: | ||
− | + | * [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-14-04 DO - Docker-Compose AKA Fig (DO)] | |
Docker Registry: | Docker Registry: |
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:
Docker Compose:
Docker Registry:
Docker Data Volumes and Shared Folders:
Docker Real World LAMP example (Wordpress):