Make sure you have docker id and necessary permission to Embold Technologies docker repository.
To create a docker hub account follow the below steps:
- Visit https://hub.docker.com/ to signup up to the Docker Hub.
- Enter the Docker Id, email address and password.
- Click Sign up.
- A verification link is sent to your registered email address.
- After verifying your email address, you can log in to the Docker Hub.
- To obtain the access for Embold repositories contact our support team at support@embold.io
Steps to run docker compose:
- Contact our support team at support@embold.io to obtain the docker-compose.yml file.
- Copy docker-compose.yml to local drive for e.g. /home/{user}/docker
- Run the below command:
docker login
Note: Login with user ID and password.mkdir -p /home/${USER}/docker/data -p /home/${USER}/docker/psql_data -p /home/${USER}/docker/logs
- Run below command:
docker-compose up -d
It will pull all the images from docker hub and then provide access to Embold service. - You can access Embold at http://localhost:3000/.
- Use these steps to activate Embold.
Note:
After running docker-compose up -d command it approximately takes a minute to access Embold through browser.
After running docker-compose up -d command it approximately takes a minute to access Embold through browser.