We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried many different images of oracle database and every time it stops during download process
Currently on macOS Sequoia 15.0.1
colima version 0.7.5 git commit: 1588c06
runtime: docker arch: x86_64 client: v27.3.1 server: v27.1.1 limactl version 0.23.2 qemu-img version 9.1.1 Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
colima status
INFO[0000] colima is running using QEMU INFO[0000] arch: x86_64 INFO[0000] runtime: docker INFO[0000] mountType: sshfs INFO[0000] socket: unix:///Users/hwang_insoo/.colima/default/docker.sock
No response
The text was updated successfully, but these errors were encountered:
Does this happen with all images, or only with this specific image container-registry.oracle.com/database/free?
container-registry.oracle.com/database/free
Sorry, something went wrong.
Test while docker context colima:
docker pull mysql
docker pull postgres
docker pull oraclelinux:9
Test while docker context default:
docker pull container-registry.oracle.com/database/free
You are running in Colima in full x86 emulation mode which is very slow. Have you tried running in native mode and utilising Rosetta for x86 images?
No branches or pull requests
Description
I tried many different images of oracle database and every time it stops during download process
Currently on macOS Sequoia 15.0.1
Version
colima version 0.7.5
git commit: 1588c06
runtime: docker
arch: x86_64
client: v27.3.1
server: v27.1.1
limactl version 0.23.2
qemu-img version 9.1.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: x86_64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] socket: unix:///Users/hwang_insoo/.colima/default/docker.sock
Reproduction Steps
Expected behaviour
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: