tt icon indicating copy to clipboard operation
tt copied to clipboard

Run Tarantool binary only in Docker container when using tt pack --use-docker

Open hackallcode opened this issue 1 year ago • 0 comments

I want to package an application for Linux on my MacBook. For this, I use the --use-docker option (similar to cartridge cli). But I encounter the fact that tt tries to run Tarantool on my MacBook and the packaging fails. cartridge cli, in turn, worked fine, and in addition to defining Tarantool via env, you could specify the path to the folder with Tarantool for Linux.

So, let's add the ability to specify the Tarantool directory and run the Tarantool executable in a Docker container.

hackallcode avatar Sep 28 '24 20:09 hackallcode