Skip to content

Commit

Permalink
Adding link to make icinga-web commands working
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Meldau committed Oct 22, 2014
1 parent b27d0a0 commit 8526fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN apt-get clean
# Enable IDO for MySQL. This is needed by icinga-web.
RUN icinga2-enable-feature ido-mysql

RUN mkdir -p /var/lib/icinga/rw && ln -s /var/run/icinga2/cmd/icinga2.cmd /var/lib/icinga/rw/icinga.cmd

ADD entrypoint.sh /entrypoint.sh
RUN chmod u+x /entrypoint.sh

Expand Down

0 comments on commit 8526fe5

Please sign in to comment.