container-foreground-cmd -> container-init

This commit is contained in:
Héctor Molinero Fernández
2020-03-01 16:16:48 +01:00
parent 7cf3f7a1f9
commit c38d79edc1
2 changed files with 2 additions and 3 deletions

View File

@@ -479,5 +479,4 @@ EXPOSE 3322/tcp
# Expose RDP port # Expose RDP port
EXPOSE 3389/tcp EXPOSE 3389/tcp
ENTRYPOINT ["/usr/bin/tini", "--"] ENTRYPOINT ["/usr/local/bin/container-init"]
CMD ["/usr/local/bin/container-foreground-cmd"]

View File

@@ -86,4 +86,4 @@ if [ -e /run/dbus/pid ]; then
fi fi
# Start all services # Start all services
exec runsvdir -P /etc/service/ exec tini -- runsvdir -P /etc/service/