Adjust some entrypoints to include invocation to dockerd-rootless.

This commit is contained in:
zontreck 2025-03-16 20:11:42 -07:00
parent 1bb6bfb33a
commit 363f7e6918
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
/usr/local/sbin/dockerd-entrypoint.sh
if [ -d /keys ]
then
echo "Installing SSH Keys..."

View file

@ -8,4 +8,4 @@ RUN chmod u+x /usr/local/bin/wings
ADD ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
CMD ["/usr/local/bin/wings"]
CMD ["/entrypoint.sh"]

View file

@ -1,2 +1,4 @@
#!/bin/bash
wings
/usr/local/sbin/dockerd-entrypoint.sh
/usr/local/bin/wings