Adjust some entrypoints to include invocation to dockerd-rootless.
This commit is contained in:
parent
1bb6bfb33a
commit
363f7e6918
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
/usr/local/sbin/dockerd-entrypoint.sh
|
||||||
|
|
||||||
if [ -d /keys ]
|
if [ -d /keys ]
|
||||||
then
|
then
|
||||||
echo "Installing SSH Keys..."
|
echo "Installing SSH Keys..."
|
||||||
|
|
|
@ -8,4 +8,4 @@ RUN chmod u+x /usr/local/bin/wings
|
||||||
ADD ./entrypoint.sh /entrypoint.sh
|
ADD ./entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
CMD ["/usr/local/bin/wings"]
|
CMD ["/entrypoint.sh"]
|
|
@ -1,2 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
wings
|
/usr/local/sbin/dockerd-entrypoint.sh
|
||||||
|
|
||||||
|
/usr/local/bin/wings
|
Loading…
Add table
Add a link
Reference in a new issue