Open Tofdu31 opened 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.....
This script works quite well, deploys and runs stf in docker: https://github.com/thinkhy/deploy-stf-docker
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 ?
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.
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