Skip to content
New issue

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

docker pull stops during download #1176

Open
1 of 5 tasks
In-Soo-Hwang opened this issue Oct 27, 2024 · 3 comments
Open
1 of 5 tasks

docker pull stops during download #1176

In-Soo-Hwang opened this issue Oct 27, 2024 · 3 comments

Comments

@In-Soo-Hwang
Copy link

In-Soo-Hwang commented Oct 27, 2024

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

  • macOS Intel <= 13 (Ventura)
  • macOS Intel >= 14 (Sonoma)
  • Apple Silicon <= 13 (Ventura)
  • Apple Silicon >= 14 (Sonoma)
  • Linux

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

  1. colima start --memory 4 --arch x86_64
  2. docker pull container-registry.oracle.com/database/free

Expected behaviour

No response

Additional context

No response

@abiosoft
Copy link
Owner

Does this happen with all images, or only with this specific image container-registry.oracle.com/database/free?

@In-Soo-Hwang
Copy link
Author

Does this happen with all images, or only with this specific image container-registry.oracle.com/database/free?

Test while docker context colima:

  • Tested docker pull mysql, docker pull postgres and docker pull oraclelinux:9
  • Result: successful

Test while docker context default:

  • Tested docker pull container-registry.oracle.com/database/free <- which didn't work on colima
  • Result: successful

@abiosoft
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@abiosoft @In-Soo-Hwang and others