docker shell problem

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.

Moderator: Lillian.W@AST

Post Reply
itorres
Posts: 1
youtube meble na wymiar Warszawa
Joined: Tue Feb 06, 2018 4:47 am

docker shell problem

Post 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.
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: docker shell problem

Post 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.
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
Post Reply

Return to “Docker”