Open PeerLabs opened 2 months ago
Hi @PeerLabs, try adding --platform linux/amd64
to your pull command. That should work.
FYI - I've got linux/arm64
support for the Docker container in my backlog. Unfortunately, the current Dockerfile has a build that doesn't work with ARM64, so it'll require some major rework to support both AMD64 and ARM64 natively.
Hi, Thanks for providing this resource...
When I try to run the following:
docker pull minus34/gnafloader:latest
I get the following ....
When I run the following:
docker scout quickview minus34/gnafloader:latest
I get the following:
What are my options around this?
I am considering building the database on a docker image directly, however I have serious misgivings regarding of my lack of docker and Postgres experience. ;)
Appreciate some guidance. Thanks in advance!