danielquinn, 1 year ago Yup, that looks like exactly what was done in Alpine: <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[ </span><span style="color:#323232;">lrwxrwxrwx 1 root root 12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox </span> So while the Ash itself doesn’t support the [[ extension, this work-around produces the same effect. Nifty.
Yup, that looks like exactly what was done in Alpine:
<span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[ </span><span style="color:#323232;">lrwxrwxrwx 1 root root 12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox </span>
So while the Ash itself doesn’t support the [[ extension, this work-around produces the same effect. Nifty.
[[