Giter VIP home page Giter VIP logo

Comments (5)

thaJeztah avatar thaJeztah commented on August 20, 2024

Where exactly are you seeing "Killed"? Could this be the host running out of memory, resulting in the container being killed ("oom" killed)? If the container is exited, could you run

docker inspect -f "{{ json .State }}" frontend

To check if the container was killed by the kernel because the system ran out of memory? (you should see a "OOMKilled" entry in the output)

from boot2docker-debian.

klokoy avatar klokoy commented on August 20, 2024

I attached an screenshot where I did the following:

  • started the container
  • attached myself into it
  • ls the areo_common folder => shows Killed
  • tried to tab to autocomplete path => thrown out of container
  • inspected the container

screen shot 2015-10-01 at 15 02 39

from boot2docker-debian.

thaJeztah avatar thaJeztah commented on August 20, 2024

Ah, interesting. I did a quick search in the current boot2docker repo (this repository is for the "next" version of boot2docker), and this issue looks similar: boot2docker/boot2docker#704

from boot2docker-debian.

klokoy avatar klokoy commented on August 20, 2024

I think you´r right. I did use bower link in the folder so symlinks had existed in the folder at an earlier stage. Removing them does not help. I´ll close this and keep an eye on boot2docker/boot2docker#704

from boot2docker-debian.

thaJeztah avatar thaJeztah commented on August 20, 2024

Thanks @klokoy, I hope you're able to resolve it!

from boot2docker-debian.

Related Issues (8)

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.