Azul
Azul
for the same reason I could choose to use autofs + sshfs instead of afuse. Your tool provides an unique way of automounting shares without any root access, with afuse...
AHA! this is the problem I am having, I was assuming it was a problem with my app (slack in my case), as it hangs quite frequently, but I coudn't...
This works for me: ``` cat Dockerfile FROM registry.access.redhat.com/rhscl/postgresql-10-rhel7 USER root RUN mkdir -p ${CONTAINER_SCRIPTS_PATH}/init COPY install-uuid-ossp.sh ${CONTAINER_SCRIPTS_PATH}/init/install-uuid-ossp.sh RUN chmod +x ${CONTAINER_SCRIPTS_PATH}/init/install-uuid-ossp.sh USER 26 ``` ``` cat install-uuid-ossp.sh psql -U...
@romanvm any chance of getting this one merged in?
sorry didn't see the issue update, bash --version GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
found my resh being a bit on the slow side, quick glance and it was pretty large now. I couldn't see anything in the tool to trim the history and...
so do we +2 here