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.

The erpnext containers keep restarting

See original GitHub issue

Here’s what I got when I entered docker ps in the terminal.

CONTAINER ID   IMAGE                         COMMAND                  CREATED          STATUS                          PORTS                                      NAMES
4d7253a87e7a   frappe/erpnext-worker:edge    "docker-entrypoint.s…"   19 minutes ago   Restarting (1) 13 seconds ago                                              frappe_docker_erpnext-worker-long_1
a891b24624b2   frappe/erpnext-worker:edge    "docker-entrypoint.s…"   19 minutes ago   Restarting (1) 17 seconds ago                                              frappe_docker_erpnext-schedule_1
724a29350478   frappe/erpnext-worker:edge    "docker-entrypoint.s…"   19 minutes ago   Restarting (1) 15 seconds ago                                              frappe_docker_erpnext-worker-short_1
4602ddec2400   frappe/erpnext-worker:edge    "docker-entrypoint.s…"   19 minutes ago   Restarting (1) 17 seconds ago                                              frappe_docker_erpnext-worker-default_1
ee2c035d6f6c   frappe/frappe-socketio:edge   "docker-entrypoint.s…"   19 minutes ago   Restarting (1) 22 seconds ago                                              frappe_docker_frappe-socketio_1
5bb575ceb1ab   frappe/erpnext-nginx:edge     "/docker-entrypoint.…"   19 minutes ago   Restarting (1) 31 seconds ago                                              frappe_docker_erpnext-nginx_1
e76805def8da   redis:latest                  "docker-entrypoint.s…"   19 minutes ago   Up 19 minutes                   6379/tcp                                   frappe_docker_redis-cache_1
cab5a593883a   redis:latest                  "docker-entrypoint.s…"   19 minutes ago   Up 19 minutes                   6379/tcp                                   frappe_docker_redis-socketio_1
03acf71f3cc7   redis:latest                  "docker-entrypoint.s…"   19 minutes ago   Up 19 minutes                   6379/tcp                                   frappe_docker_redis-queue_1
6933189f7e79   frappe/erpnext-worker:edge    "docker-entrypoint.s…"   19 minutes ago   Restarting (1) 24 seconds ago                                              frappe_docker_erpnext-python_1
bb4c4ea08513   traefik:v2.2                  "/entrypoint.sh --lo…"   19 minutes ago   Up 19 minutes                   0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp   frappe_docker_traefik_1
628d99b07b3f   mariadb:10.3                  "docker-entrypoint.s…"   19 minutes ago   Up 19 minutes                   3306/tcp                                   frappe_docker_mariadb_1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

2reactions
revantcommented, Jun 4, 2021

Or is there an arm64 build?

It was taking 3+ hours to build arm64 images last time I tried. That much time need to be spent on travis or any CI that builds the images.

You need to build your own arm build for now.

check discussion here #380

0reactions
mohammedfarishcommented, Jun 4, 2021

I found the issue. The issue was compatibility. I was running this on an arm64 build. It worked perfectly well for a x86 build. I can see that some of the container images are not supported for arm64 architectures. Or is there an arm64 build?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker container keeps restarting - ERPNext Forum
Today, my team reported that they are unable to open our erp site. I checked and noticed that 1 of our containers keeps...
Read more >
How to Auto-start ERPNext on Boot in Docker - Support
One thing I like in ERPNext production mode is that ERPNext automatically starts up on boot and shuts down on Linux shutdown.
Read more >
How can I get ERPNext running under docker for a quick look?
Hi, So I want to see what docker looks like on my VM. Ubuntu 22.04 LTS. I have tried following @revant_one instructions from...
Read more >
Docker Installation - ERPNext Forum
The erpnext containers keep restarting​​ Here's what I got when I entered docker ps in the terminal. CONTAINER ID IMAGE COMMAND CREATED STATUS ......
Read more >
After setting ERPNext using Docker on a VPS I am being ...
Containers are challenging if you have not used them before. Try frappe cloud and no need to worry about setup. yogeshvachhani ...
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