Difference between revisions of "Docker"

From Blue-IT.org Wiki

Line 1: Line 1:
Digital Ocean is a great source for using and managing Docker on Ubuntu.
+
[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:
Here are the main Themes:
+
Here are the main themes:
  
# [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 General installation and usage on 16.04]
+
Installation:
# [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-14-04 Docker-Compose AKA Fig]
+
# [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 General installation and usage on 16.04 (DO)]
# [https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-14-04 Private Docker Registry]
+
 
 +
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:
 +
[https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-14-04 Digital Ocean - Private Docker Registry]
 +
* [https://blog.docker.com/2013/07/how-to-use-your-own-registry  Docker Blog]
  
  
 
[[Category:Docker]]
 
[[Category:Docker]]

Revision as of 12:11, 11 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: