Size: a a a

Aerokube Support

2021 April 02

M

Mahesh M in Aerokube Support
Am missing anything here
источник

AC

Akbar C in Aerokube Support
Hi,

Is it possible to run selenoid in Azure container instance (ACI) cluster?
источник

IK

Ivan Krutov in Aerokube Support
Mahesh M
After i try to download the last 10 versions of the browsers, i dont see it reflecting in the UI, select browser option
Either use --browsers or --last&versions
источник

IK

Ivan Krutov in Aerokube Support
Akbar C
Hi,

Is it possible to run selenoid in Azure container instance (ACI) cluster?
Selenoid is compatible with Docker only
источник

AC

Akbar C in Aerokube Support
Ivan Krutov
Selenoid is compatible with Docker only
ACI is build to run docker. So should I presume selenoid is compitable to run on ACI?
источник

IK

Ivan Krutov in Aerokube Support
let me take a look
источник

IK

Ivan Krutov in Aerokube Support
probably it will work if there is access to Docker API, but still need to try youself to do this
источник

AC

Akbar C in Aerokube Support
Ivan Krutov
probably it will work if there is access to Docker API, but still need to try youself to do this
Thanks
источник

M

Mahesh M in Aerokube Support
after running this
источник

M

Mahesh M in Aerokube Support
docker run -d --name selenoid                     \
>     -p 4444:4444                                    \
>     -v ~/.aerokube/selenoid/:/etc/selenoid/:ro      \
>     -v /var/run/docker.sock:/var/run/docker.sock    \
>     aerokube/selenoid:latest-release                \
>     -conf /etc/selenoid/browsers.json -limit 10 -video-output-dir /opt/selenoid/video/
источник

M

Mahesh M in Aerokube Support
i dont see selenoid running
источник

IK

Ivan Krutov in Aerokube Support
Mahesh M
i dont see selenoid running
you can check docker ps -a output to see stopped containers and then take a look at containers logs. this is Docker basics, not related to Selenoid.
источник

M

Mahesh M in Aerokube Support
Ivan Krutov
you can check docker ps -a output to see stopped containers and then take a look at containers logs. this is Docker basics, not related to Selenoid.
[root@ip-192-168-0-240 ~]# docker ps -a
CONTAINER ID        IMAGE                              COMMAND                  CREATED             STATUS                      PORTS               NAMES
c914b82a98f7        aerokube/selenoid:latest-release   "/usr/bin/selenoid -…"   2 hours ago         Exited (1) 20 seconds ago                       selenoid
источник

M

Mahesh M in Aerokube Support
its exiting no matter how many times i start it
источник

IK

Ivan Krutov in Aerokube Support
Mahesh M
its exiting no matter how many times i start it
everything is in logs
источник

M

Mahesh M in Aerokube Support
Ivan Krutov
everything is in logs
got it, is says read error: open /etc/selenoid/browsers.json: no such file or directory, wouldnt the earlier docker command create browser.json file, should i create it manually ?
источник

IK

Ivan Krutov in Aerokube Support
Mahesh M
got it, is says read error: open /etc/selenoid/browsers.json: no such file or directory, wouldnt the earlier docker command create browser.json file, should i create it manually ?
yes, you should
источник

P

Privet in Aerokube Support
Добрый день, когда планируете добавить SSL certs feature для browsers/safari?
источник

IK

Ivan Krutov in Aerokube Support
Privet
Добрый день, когда планируете добавить SSL certs feature для browsers/safari?
разбираемся пока как это сделать...
источник

IK

Ivan Krutov in Aerokube Support
документации как водится, нет
источник