question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker not stable

See original GitHub issue

I just had a weird experience. I was running a meteor app in an EC2 instance. The instance was stopped without notification.

I start it again. Checked if the docker image was on. I checked it several times with docker ps and the STATUS field was never bigger than 30 seconds. The CONTAINER ID, was always the same. It seemed like docker was rebooting the container.

I just launched a new instance and deployed there and is working fine.

Has anyone experienced something similar?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tomtom87commented, Apr 9, 2017

@PolGuixe yes run the medium size and you must set a swap file

1reaction
avishaancommented, Apr 9, 2017

@PolGuixe try setting up a swap file on your instance and then trying it. I had a similar issue on DO due to insufficient memory

Read more comments on GitHub >

github_iconTop Results From Across the Web

Workarounds for common problems - Docker Documentation
Docker Desktop fails to start when anti-virus software is installed. Some anti-virus software may be incompatible with Hyper-V and Microsoft Windows 10 builds. ......
Read more >
Why docker container update is not stable? - Stack Overflow
I use the command docker container update --cpus 1 target_container to update the setting. But in most cases it not working and response ......
Read more >
7 Cases When You Should Not Use Docker - freeCodeCamp
Docker was created by developers and for developers. It provides environment stability: a container on the development machine will work exactly ...
Read more >
docker-compose services are unstable and docker "hangs" #825
You hit an issue with the AUFS storage driver that we shipped in previous versions of Docker for Mac. You should upgrade to...
Read more >
WORKDIR not working for docker in windows
If you want to save files to a host path, you would need to mount that path inside the container using e.g. a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found