Skip to content

Commit

Permalink
Keepalived config is not default anymore!
Browse files Browse the repository at this point in the history
  • Loading branch information
schemen committed Aug 20, 2022
1 parent d9e7604 commit 781967e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM alpine

RUN apk add --no-cache bash curl iproute2 keepalived \
&& rm /etc/keepalived/keepalived.conf
RUN apk add --no-cache bash curl iproute2 keepalived

COPY rootfs /

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["keepalived", "-l", "-n", "-D", "-f", "/etc/keepalived/keepalived.conf"]
CMD ["keepalived", "-l", "-n", "-D", "-f", "/etc/keepalived/keepalived.conf"]

0 comments on commit 781967e

Please sign in to comment.