zalando-incubator / docker-locust

Docker image for the Locust.io open source load testing tool
Other
204 stars 66 forks source link

Container not building #8

Closed LyleH closed 7 years ago

LyleH commented 7 years ago

Hi there, the issue I am having is that I build the container, which is pulling from FROM registry.opensource.zalan.do/stups/ubuntu:16.04-60

then run ./local.sh deploy


Sending build context to Docker daemon   382 kB
Step 1/12 : FROM registry.opensource.zalan.do/stups/ubuntu:16.04-60
 ---> e3d1f57f68e0
Step 2/12 : ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
 ---> Using cache
 ---> 0c9f403ed6b1
Step 3/12 : RUN apt-get update && apt-get install -y python-dev python-zmq python-pip
 ---> Using cache
 ---> f205011bd69b
Step 4/12 : EXPOSE 8089
 ---> Using cache
 ---> 520046f518de
Step 5/12 : EXPOSE 5557
 ---> Using cache
 ---> 58deb910ad03
Step 6/12 : EXPOSE 5558
 ---> Using cache
 ---> f9dd9b1ddd33
Step 7/12 : COPY requirements.txt /tmp/
 ---> Using cache
 ---> 103daacc086b
Step 8/12 : RUN pip install -r /tmp/requirements.txt
 ---> Using cache
 ---> ee12e515f513
Step 9/12 : COPY . /opt/
 ---> b0e64588c9b1
Removing intermediate container 152600dbef69
Step 10/12 : WORKDIR /opt
 ---> 94af69a003f1
Removing intermediate container 3fc81a7bd97b
Step 11/12 : ENV PYTHONPATH .
 ---> Running in c451832efdb5
 ---> 6b28a22a0c7f
Removing intermediate container c451832efdb5
Step 12/12 : CMD /usr/bin/python src/start.py
 ---> Running in 548581acbb36
 ---> 9e47141bd1dd
Removing intermediate container 548581acbb36
Successfully built 9e47141bd1dd```

`root@hq-stage-docker06:/home/toor/workspace/qa-docker-locust-io# docker ps`

reveals no locust containers... it used to work...

now when I connect to http:www.localhost.com:8089 (black page)...
diemol commented 7 years ago

Hi @LyleH,

I think the problem is the url you are typing into the browser: http:www.localhost.com:8089

Just try: http://localhost:8089/