alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.04k stars 261 forks source link

Unable to run container from Alpine image #390

Open yongkenmayo opened 1 month ago

yongkenmayo commented 1 month ago

I pulled the Alpine latest image to my Docker, then I run the container from the image and I got error, the container status was "Existed".

Below is the error log:

image

image

Please will you help? Thank you.

fossdd commented 1 month ago

Are you sure that the minirootfs tar.gz is in the right location?

yongkenmayo commented 1 month ago

Yes, it is in the same folder as the dockerfile

image

fossdd commented 1 month ago

Then i don't know, you could try to build using the docker build CLI tool, with that it builds for me