

VOLUME ĬMD see what you recommend BUT my issue is i have seen docker images able to read and write and that is what i want to do and nothing more really. RUN cd /var/lib/graphite/webapp/graphite & python manage.py syncdb -noinput RUN chmod 0664 /var/lib/graphite/storage/graphite.db

RUN chmod 0775 /var/lib/graphite/storage /var/lib/graphite/storage/whisper RUN chown -R www-data /var/lib/graphite/storage RUN touch /var/lib/graphite/storage/graphite.db /var/lib/graphite/storage/index RUN mkdir -p /var/lib/graphite/storage/whisper local_settings.py /var/lib/graphite/webapp/graphite/local_settings.pyĪDD. initial_data.json /var/lib/graphite/webapp/graphite/initial_data.jsonĪDD.

statsd_config.js /etc/statsd/config.jsĪDD.
Remove writing on empty makeup containers install#
RUN pip install -install-option="-prefix=/var/lib/graphite" -install-option="-install-lib=/var/lib/graphite/webapp" graphite-web=0.9.15ĪDD. RUN pip install -install-option="-prefix=/var/lib/graphite" -install-option="-install-lib=/var/lib/graphite/lib" carbon=0.9.15 RUN apt-get -y install git python-ldap python-cairo python-django python-twisted python-django-tagging python-simplejson python-memcache python-pysqlite2 python-support python-tz python-pip gunicorn supervisor nginx-light nodejs build-essential curl RUN apt-get install -y software-properties-common & \Īdd-apt-repository -y ppa:chris-lea/node.js & \ RUN echo 'deb trusty universe' > /etc/apt/sources.list
