Coder Social home page Coder Social logo

Comments (3)

JWittmeyer avatar JWittmeyer commented on May 27, 2024

Hi @epinnock,

glad you want to try out refinery.

Regarding your provided log there seem to be two issues:
1st docker: Error response from daemon: Conflict. The container name "/alfred" is already in use by container
-> This shouldn't happen on a normal startup. Are you using docker for something else as well? If not did you start the script beforehand? Again if yes you should also run the stop.bat script.

If everything else fails and you are certain that you don't use docker for something else you can run this command in a cmd shell: FOR /f "tokens=*" %i IN ('docker ps -qa') DO docker rm -f %i
note that this will shut down all docker containers on your system. This doesn't cause issues with none-docker programs or the Operating System.

The 2nd Error (write /var/lib/docker/tmp/GetImageBlob298522289: no space left on device) is a standard docker error for missing space on the hard drive. I found a few online threads discussing the storage location on Windows 11. All of them seem to point towards the C: Drive. The whole application takes up > 10GB storage space depending on your usage. The image files are handled by docker itself, additional data (like your projects, database etc.) is stored in the folder you stated the application from.

Since everyone uses their system a bit differently it's hard to come up with further steps without knowing more. if you want we could also jump into a quick call and look at this together

from refinery.

epinnock avatar epinnock commented on May 27, 2024

Hey so I do have enough space, I'll try on a different box to see if I still see the same issue. If not I may have to take you up on that offer of a call

from refinery.

jhoetter avatar jhoetter commented on May 27, 2024

@epinnock is this one still relevant, i.e. did you try it? Otherwise I'd close it.

from refinery.

Related Issues (20)

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.