You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the image is created in your docker, you can use the following command to construct your docker container:
16
+
17
+
```bash
18
+
docker-compose up -d
19
+
```
20
+
21
+
This will create a docker container for you in a daemon mode.
22
+
23
+
> This command uses the file `docker-compose.yml` existing in the project root folder, so before executing the `docker-compose` you need to update the environment variable in this folder.
24
+
25
+
## Use the Docker hub image
26
+
27
+
You can use the docker hub image instead of building the image locally [https://hub.docker.com/r/eloufirhatim/helper](https://hub.docker.com/r/eloufirhatim/helper).
28
+
29
+
> You can refer to the `docker-compose.yml` file to have an example how to use the hub image instead of the local image
30
+
31
+
> Important: The docker hub image is pushed automatically after a new release tag is created in the repository
0 commit comments