Specific container wont work - even after reinstalling


Recommended Posts

I had adminer working just fine at one point. Then it no longer worked. I removed it, checking the box to delete the image too, and checked appdata cleanup to ensure nothing was left behind. I redownloaded it, it finished successfully, but didnt auto start. Upon manually starting, nothing happens. I figured since it doesn't have an appdata folder, something could have been cached in RAM, so I again removed/deleted image,  and even deleted the template, then rebooted and reinstalled. Same thing, didnt auto start and cant manually start. The log for adminer contains nothing except:

exec /usr/local/bin/entrypoint.sh: no such file or directory
exec /usr/local/bin/entrypoint.sh: no such file or directory

** Press ANY KEY to close this window ** 

 

Not sure if the image isnt actually being deleted, because upon redownload it's almost instant, like it's not actually doing anything. Is there some sort of cache I should clear? Or a way to manually remove an image?

 

Attached diags as usual. 

Cheers

pieserv-diagnostics-20221030-2114.zip

Link to comment

When I attempt to reinstall the container, this is all I get:

 

docker run
  -d
  --name='adminer'
  --net='bridge'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="pieserv"
  -e HOST_CONTAINERNAME="adminer"
  -e 'ADMINER_DESIGN'='flat'
  -e 'ADMINER_PLUGINS'=''
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/adminer.png'
  -p '8181:8080/tcp' 'adminer'
142ad3e3853233481831a9cb80ba486da8f6980bb81cb0698765dafa8f54d07c

The command finished successfully!
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.