Bug 1166918 - Docker exec causes Error response from daemon: Unsupported: Exec is not supported by the lxc driver
Summary: Docker exec causes Error response from daemon: Unsupported: Exec is not suppo...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: docker-io
Version: el6
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: smahajan@redhat.com
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-21 23:45 UTC by Jonathan Tronson
Modified: 2018-07-23 13:16 UTC (History)
14 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-09 18:59:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jonathan Tronson 2014-11-21 23:45:06 UTC
Description of problem:
When I attempt to run Docker exec on a running container I get the following error:

Error response from daemon: Unsupported: Exec is not supported by the lxc driver


Version-Release number of selected component (if applicable):
# uname -a
Linux 2.6.32-504.el6.x86_64 #1 SMP Tue Oct 14 01:47:47 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux

# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.6 (Santiago)

# docker version
Client version: 1.3.1
Client API version: 1.15
Go version (client): go1.3.3
Git commit (client): 4e9bbfa
OS/Arch (client): linux/amd64
Server version: 1.3.1
Server API version: 1.15
Go version (server): go1.3.3
Git commit (server): 4e9bbfa


How reproducible: 100%


Steps to Reproduce:
1. $ docker exec -it my_docker_image bash

Actual results:
Error response from daemon: Unsupported: Exec is not supported by the lxc driver

Expected results:
The expected result is that I get a bash prompt.

Additional info:

Comment 1 Daniel Walsh 2015-01-19 14:50:57 UTC
Jonathan  is this still broken?  Also why are you using the lxc back end?


Note You need to log in before you can comment on or make changes to this bug.