tt icon indicating copy to clipboard operation
tt copied to clipboard

`tt install` fails with `--use-docker` on macOS

Open p7nov opened this issue 2 years ago • 1 comments

tt 1.1.2 macOS 13.4 Docker Engine 23.0.5 (Docker Desktop 4.19.0)

p-semyonov:tt-install p.semyonov$ tt install tarantool 2.11.0 --use-docker
   • Checking existing...     
   • Building docker image 'ubuntu:tt_tarantool_build'.
   • Docker image is built.   
   ⨯ Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./tt": stat ./tt: no such file or directory: unknown

p7nov avatar Jun 19 '23 08:06 p7nov

For the time being tt install tarantool --use-docker don't work on macOS, since it copies tt binary from the system into container. (see)

As I remember it was not supposed to work on macOS initially. I think we must add a comment about it in help.

better0fdead avatar Jun 19 '23 10:06 better0fdead