mirror of
https://github.com/LRGEX/Klipper-docker.git
synced 2026-05-06 15:15:55 +02:00
v1.5.1
This commit is contained in:
@@ -81,10 +81,14 @@ RUN find /opt/lrgex/kiauh -type f -exec chmod +x {} \;
|
||||
# Set the default shell to bash instead of sh beacuse kiauh needs this terminal
|
||||
ENV TERM xterm
|
||||
|
||||
COPY scripts/docker-entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
|
||||
# Enable systemd init system in the container
|
||||
VOLUME [ "/tmp", "/run", "/run/lock" ]
|
||||
|
||||
# Set the entrypoint
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||
|
||||
# sudo docker run -d --name klipper -p 8562:80 --privileged --cap-add SYS_ADMIN --security-opt seccomp=unconfined --cgroup-parent=docker.slice --cgroupns private --tmpfs /tmp --tmpfs /run --tmpfs /run/lock klipper
|
||||
@@ -8,7 +8,7 @@ cat << "EOF"
|
||||
╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝
|
||||
╦╔═┬ ┬┌─┐┌─┐┌─┐┬─┐
|
||||
╠╩╗│ │├─┘├─┘├┤ ├┬┘
|
||||
╩ ╩┴─┘┴┴ ┴ └─┘┴└─ v1.5.0
|
||||
╩ ╩┴─┘┴┴ ┴ └─┘┴└─ v1.5.1
|
||||
EOF
|
||||
|
||||
# This script will run on every container start
|
||||
|
||||
Reference in New Issue
Block a user