Git Product home page Git Product logo

Comments (6)

hopsoft avatar hopsoft commented on July 28, 2024

I'm having a hard time duplicating this issue. Can you provide more detail? Does the docker image fail to build or does nginx not start within the container?

from docker-graphite-statsd.

hopsoft avatar hopsoft commented on July 28, 2024

If it's the build failing, what OS version are you using to build the container?

from docker-graphite-statsd.

paul42 avatar paul42 commented on July 28, 2024

I'm using boot2docker on windows, I'm unable to run start or build scripts.

docker@boot2docker:/docker-graphite-statsd/bin$ sudo ./start
sudo: unable to execute ./start: No such file or directory
docker@boot2docker:
/docker-graphite-statsd/bin$

docker@boot2docker:/docker-graphite-statsd/bin$ sudo ./build
sudo: unable to execute ./build: No such file or directory
docker@boot2docker:
/docker-graphite-statsd/bin$

is there a different way to build? I'm on a windows host OS, but running boot2docker
docker@boot2docker:/docker-graphite-statsd/bin$ cat /etc/*-release
NAME=Boot2Docker
VERSION=1.2.0
ID=boot2docker
ID_LIKE=tcl
VERSION_ID=1.2.0
PRETTY_NAME="Boot2Docker 1.2.0 (TCL 5.3); 3.16.1-config-file : e75396e - Fri Aug 22 06:45:30 UTC 2014"
ANSI_COLOR="1;34"
HOME_URL="http://boot2docker.io"
SUPPORT_URL="https://github.com/boot2docker/boot2docker"
BUG_REPORT_URL="https://github.com/boot2docker/boot2docker/issues"
docker@boot2docker:
/docker-graphite-statsd/bin$

it's a SUPER lightweight vm, do I need to install anything else to run your scripts?

Thanks in advance.

from docker-graphite-statsd.

hopsoft avatar hopsoft commented on July 28, 2024

I'm going to be tied up until next week. I'll have a look at this as soon as I can though.

from docker-graphite-statsd.

paul42 avatar paul42 commented on July 28, 2024

thanks, I appreciate it. no need to rush

from docker-graphite-statsd.

hopsoft avatar hopsoft commented on July 28, 2024

@paul42 I'm not entirely sure how your system is setup, but it looks like running the following will get you building.

docker@boot2docker:~/docker-graphite-statsd sudo docker build -t hopsoft/graphite-statsd ~/docker-graphite-statsd

Note: You don't need to build the image yourself unless you plan on changing the image; otherwise, you can simply start the container.

sudo docker run -d \
  --name graphite \
  -p 80:80 \
  -p 2003:2003 \
  -p 8125:8125/udp \
  hopsoft/graphite-statsd

from docker-graphite-statsd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.