Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Docker Complete Guide: Easy Start: from Zero to Professional User

Posted By: naag
Docker Complete Guide: Easy Start: from Zero to Professional User

Docker Complete Guide: Easy Start: from Zero to Professional User by Ryan Lister
English | 7 Mar. 2017 | ASIN: B06XGRD89G | 95 Pages | PDF + EPUB | 0.7 KB

This book is a guide on how to use the Docker. It begins by explaining how to get started with using the Docker. You will learn how to install the Docker in Mac, Linux and on the Windows operating system. You will also learn how to test whether the installation was successful or not.
It is possible to build your Docker image from scratch. This image can then be made publicly available by pushing it to a public repository, or be made to be private by pushing it to a private repository. This explains how to build your own Docker image from scratch.
The Docker Hub is also discussed in detail, and you will be shown how to use it. You can also create a Docker environment in Azure. This book guides you on how to do this.
You will also find out how to use the Docker Machine and the Azure Driver. The Docker comes with a default subnet for your use. However, you might be using this somewhere else on your network. This calls for you to change this default subnet.
This book guides you on how to do this. You will also learn how to run using the Docker Swarm.
The following topics are discussed in this book:
- Getting Started with the Docker
- Building a Docker Image
- The Docker Hub
- Creating Docker Environment in Azure
- Docker Machine and Azure Driver
- Changing the Default Subnet
- How to Run Services with Docker Swarm
- Building Docker Containers for WordPress
- Environment Variables with Docker and Elixir