Реклама
Docker - Compose
19-11-2022, 08:33 | Автор: LeonieHqr999329 | Категория: Интернет и Сети
Docker - Compose.
Docker Compose is used to run multiple containers as a single service. For example, suppose you had an application which required NGNIX and MySQL, you could create one file which would start both the containers as a service without the need to start each one separately.
In this chapter, is binary options the same as forex market we will see how to get started with Docker Compose. Then, we will look at how to get a simple service with MySQL and NGNIX up and running using Docker Compose.
Docker Compose ─ Installation.
The following steps need to be followed to get Docker Compose up and running.
Step 1 − Download the necessary files from github using the following command −
The above command will download the latest version of Docker Compose which at the time of writing this article is 1.10.0-rc2 . It will then store it in the directory /home/demo/ .
Step 2 − Next, we need to provide execute privileges to the downloaded Docker Compose file, using the following command −
We can then use the following command to see the compose version.
Syntax.
Parameters.
version − This is used to specify that we want the details of the version of Docker Compose .
Output.
The version details of Docker Compose will be displayed.
Example.
The following example shows how to get the docker-compose version.
Output.
You will then get the following output −
Creating Your First Docker-Compose File.
Now let’s go ahead and create our first Docker Compose file. All Docker Compose files are YAML files. You can create one using the vim editor. So execute the following command to create the compose file −
Let’s take a close look at the various details of this file −
The database and web keyword are used to define two separate services. One will be running our mysql database and the other will be our nginx web server.
The image keyword is used to specify the image from dockerhub for our mysql and nginx containers.
For the database, we are using the ports keyword to mention the ports that need to be exposed for mysql .
And then, we also specify the environment variables for mysql which are required to run mysql .
Now let’s run our Docker Compose file using the following command −
This command will take the docker-compose.yml file in your local directory and start building the containers.
Once executed, free binary options signals download games all the images will start downloading and the containers will start automatically.
And when you do a docker ps , you can see that the containers are indeed up and running.

If you cherished this article in addition to you wish to be given details about best time to trade binary options uk lottery generously stop by the internet site.
Скачать Skymonk по прямой ссылке
Просмотров: 19  |  Комментариев: (0)
Уважаемый посетитель, Вы зашли на сайт kopirki.net как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.