Giter Site home page Giter Site logo

Comments (3)

vorburger avatar vorburger commented on May 25, 2024

Thanks for having tried this project out! Hm, interesting.. also curious... it "works for me". So the error is shown in the screenshot is "error creating /tmp//tmux-1000 (No space left on device)" ... that's nothing even directly to this container - it seems like (link!) your docker doesn't let you write to /tmp? I'm not sure how that's possible...

Do you want to try, just for a test, if something like this works (I have not actually ran this command, just made it up):

sudo docker run --hostname=testhost --rm debian:latest echo "hello, world" >/tmp//tmux-1000

Do see what I mean and why I'm suggesting this? Does that work?

from cloudshell.

edewit avatar edewit commented on May 25, 2024

Yes I see, but it seems that is not the problem:

$> sudo docker run --hostname=testhost --rm debian:latest echo "hello, world" >/tmp//tmux-1000
Unable to find image 'debian:latest' locally
latest: Pulling from library/debian
f15005b0235f: Already exists
Digest: sha256:125ab9ab9718f4dba6c3342407bb1923afce4f6b2a12b3a502d818274db9faf9
Status: Downloaded newer image for debian:latest
$> ll /tmp/tmux-1000 
-rw-r--r--. 1 edewit edewit 13 Apr  7 15:18 /tmp/tmux-1000
$> more /tmp/tmux-1000 
hello, world

from cloudshell.

edewit avatar edewit commented on May 25, 2024

I think it has to do with user permissions on the container. I tried to create the file in the container and started and stopped it a couple of times also added --user 1000:1000 on command line to start it and suddenly it started working. Not sure what it was.

from cloudshell.

Related Issues (1)

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.