Coder Social home page Coder Social logo

bocker exec fails about bocker HOT 6 CLOSED

p8952 avatar p8952 commented on July 18, 2024
bocker exec fails

from bocker.

Comments (6)

p8952 avatar p8952 commented on July 18, 2024

Hey @basdp

This is a bug, something isn't working quite right with bocker exec. I thought it might be fixed with 11129ae but it's still not quite right.

from bocker.

basdp avatar basdp commented on July 18, 2024

What is still not right?

from bocker.

p8952 avatar p8952 commented on July 18, 2024

Sorry, I mean I thought 11129ae would also fix the exec issues, but it didn't. Exec still isn't working once the original process dies.

from bocker.

p8952 avatar p8952 commented on July 18, 2024

Ok so there are two issues here.

Start a container:

    bocker run img_42078 "while :; do echo 'foo'; sleep 5; done"

Try and exec a command with multiple words = FAILS:

    bocker exec ps_42201 ps aux
    chroot: failed to run command ‘ps aux’: No such file or directory`

Try and exec a command with one word = WORKS:

    bocker exec ps_42201 bash
    ps aux
    USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    root         1  0.0  0.2  11116  1392 ?        S+   18:31   0:00 /bin/sh -c /bin/mount -t proc proc /proc && while :; do echo 'foo'; sleep 5; done
    root         8  0.0  0.1   5884   612 ?        S+   18:31   0:00 sleep 5
    root         9  0.0  0.3  13344  1952 ?        S    18:31   0:00 bash
    root        22  0.0  0.2  21364  1376 ?        R+   18:31   0:00 ps aux

Ctrl-C the bocker run command and then try to re-enter it = FAILS:

    bocker exec ps_42201 bash
    nsenter: failed to parse pid: 'PID
    1
    2
    3
    ...
    24105
    24106
    24107

So what needs doing here is:

  1. Correctly quote and pass arguments into the container when exec'ing.
  2. Throw an error if the container is not running.

from bocker.

p8952 avatar p8952 commented on July 18, 2024

I'm going to keep tracking the spewing out numbers issue here and the multiple words one at #20

from bocker.

p8952 avatar p8952 commented on July 18, 2024

Should be resolved by 7911226

from bocker.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.