Scale Docker Containers| Set NODE_MAX_INSTANCES & NODE_MAX_SESSION Using docker compose file

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 5

  • @tomaszkraczka2349
    @tomaszkraczka2349 3 роки тому +2

    Thanks AJ for your video. It's really helpfull for me. Best wishes from Poland.

    • @AJAUTOMATION
      @AJAUTOMATION  3 роки тому

      Glad to hear that!
      Please share and Like the content whichever you find informative to reach more beginner candidates.
      Thanks for watching.🙂

  • @tomaszkraczka2349
    @tomaszkraczka2349 3 роки тому +1

    How we can set up node using other than default linux platform like Windows using docker compose
    ?

    • @AJAUTOMATION
      @AJAUTOMATION  3 роки тому

      Hi @Tomasz ,
      To run containers on Windows , first step is to install Docker desktop, which is required for working with Windows containers.
      then start docker desktop and then we can run docker commands for pulling the docker images and then we will run the containers using powershell.
      You can create docker compose yml file and run it using powershell / cmd line on windows m/c. Start the docker desktop before running any docker command.
      docs.docker.com/desktop/windows/install/
      Please watch where I have shown docker desktop setup and use on windows:
      ua-cam.com/video/NjQ5zZM7fpI/v-deo.html
      ua-cam.com/video/lgOiqS5AvSo/v-deo.html

    • @niharshiplu
      @niharshiplu Рік тому

      @@AJAUTOMATION I guess the question asked by @Tomasz is different.He is asking how to create container for windows platform or OS if i understood correctly. I think because of licensing issue, there are no free docker image available based on windows platform is available and all docker images are based on linux based system. :)