Page 1 of 1

docker shell problem

Posted: Tue Feb 06, 2018 5:05 am
by itorres
Hi,

I have installed the docker app.
My problem is that I cannot get the shell of any docker container.

I first ssh to my asustor machine and I type as root the docker exec command. But I always get the same error or warning, and nothing else happens. I am still on the asustor shell.

Code: Select all

# docker exec -it <CONTAINER_ID> sh
# docker: /lib/liblzma.so.5: no version information available (required by /usr/local/lib/libsystemd-journal.so.0)
#
I have not been able to identify the reason of the error "no version information available". How to solve it ?
Anybody has been able to get the shell of any docker container ?

Thanks in advance.

Re: docker shell problem

Posted: Mon Mar 04, 2019 3:01 pm
by clinton.hall
To fix the issue with version information

Code: Select all

export LD_LIBRARY_PATH="/volume1/.@plugins/AppCentral/docker/lib:$LD_LIBRARY_PATH"
Prior to running the docker exec command.

However I have not been able to get sh or bash to open in any container. These appear to close almost immediately.