abiosoft / abiosoft/colima

Cannot ctrl-c out of `columa nerdctl run`

Abierto
#1,134 4 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
30.8k
Forks
613
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Description

I'm using something like this:

colima start -p rosetta --arch aarch64 --cpu 4 --memory 8 --disk 60 --runtime containerd --vm-type vz --vz-rosetta --mount-type virtiofs

And when I start a container with nerdctl I cannot ctrl-c out of it:

```
> colima nerdctl -p rosetta -- run --rm -p 3000:3000 my_image

starting server
v20.17.0

▲ Next.js 14.2.3
- Local: http://localhost:3000
- Network: http://0.0.0.0:3000

✓ Starting...
✓ Ready in 51ms
^C^C^C^C
```

My current workaround is to kill to use `colima -p rosetta stop` in another terminal. Am I missing something obvious here?

### Version

🐟 colima version
colima version 0.7.5
git commit: 1588c06

### Operating System

- [ ] macOS Intel <= 13 (Ventura)
- [ ] macOS Intel >= 14 (Sonoma)
- [ ] Apple Silicon <= 13 (Ventura)
- [X] Apple Silicon >= 14 (Sonoma)
- [ ] Linux

### Output of `colima status`

🐟 colima -p rosetta status
INFO[0000] colima [profile=rosetta] is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: containerd
INFO[0000] mountType: virtiofs

### Reproduction Steps

1. colima start -p rosetta --arch aarch64 --cpu 4 --memory 8 --disk 60 --runtime containerd --vm-type vz --vz-rosetta --mount-type virtiofs
2. colima nerdctl -p rosetta -- run --rm any_image
3. try to ctrl-c to exit.

### Expected behaviour

I'm expecting ctrl-c to exit the nerdctl run

### Additional context

_No response_

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.