#Docker Issues

6 messages · Page 1 of 1 (latest)

proud harness
#

I keep getting this error

Error Event [60793be0-3c5a-4366-95c5-e7360b460f2a]: environment/docker: failed to run pre-boot process: environment/docker: failed to create container: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /var/lib/pterodactyl/volumes/dd4c3b39-8ea5-4506-a6cc-3d2735d8a1b4

From docker

I asked the bot for help which made me run
sudo docker info | nc pteropaste.com 99
It then popped up WARNING: No swap limit supported
I thought that was weird as i had enabled swap limit
So I went to the documentation
When I nano /etc/default/grub
I already have

GRUB_CMDLINE_LINUX_DEFAULT="swapaccount=1"

So I was confused then saved
I then updated the server just to make sure
After that didn't work I tried reinstalling docker
That didn't work
But if i run the server 3 times it throws a new error saying

[Pterodactyl Daemon]: Finished pulling Docker container image
No such container: dd4c3b39-8ea5-4506-a6cc-3d2735d8a1b4

This is a home dedicated server
Need some help on how to proceed

Running Ubuntu 20.04
This is happening with all servers not just minecraft

brave roseBOT
#

Hi @proud harness. The Docker image you are attempting to use is invalid and does not exist.

This is not a bug with Pterodactyl. Please ask the maintainer about this, and double check for any typos.

proud harness
#

thats new

#

still throwing it after changing the docker image

#

changed from

Java 17 (ghcr.io/pterodactyl/yolks:java_17

to
Java 16 (ghcr.io/pterodactyl/yolks:java_16

proud harness
#

Fixed it