openstf / stf

Control and manage Android devices from your browser.
https://openstf.io
Other
13.38k stars 2.79k forks source link

How to start OpenSTF on docker #986

Open Tofdu31 opened 5 years ago

Tofdu31 commented 5 years ago

Hi all,

I do not have a perfect level under docker So I will use the docker version for openstx.

I have a server under Debian 9 with docker this install on it.

I also use Portainer for the management of my containers

Here is what I did as an operation:

First I clone the gthub repository: git clone https://github.com/openstf/stf.git

Then I start the construction: sudo docker build -t openstx .

All this ends without error. But for the future, I do not know how.

Thank for your help

thinkcy commented 5 years ago

docker pull openstf/stf:latest docker pull sorccu/adb:latest docker pull rethinkdb:latest docker pull openstf/ambassador:latest docker pull nginx:latest

Then docker run -d.....

brian-leidos commented 5 years ago

This script works quite well, deploys and runs stf in docker: https://github.com/thinkhy/deploy-stf-docker

roopeshtek commented 4 years ago

docker pull openstf/stf:latest docker pull sorccu/adb:latest docker pull rethinkdb:latest docker pull openstf/ambassador:latest docker pull nginx:latest

Then docker run -d.....

Hello,,

Can you please help me with the full commands ? I have downloaded all these images and its all showing in the repository. Now I need to start my STF. Could you please help with the command to start ?

gounthar commented 4 years ago

This docker-compose used to work well for me. I have not tested it with the latest versions of openSTF though: https://github.com/nikosch86/stf-poc/blob/master/docker-compose.yml.