Skip to content

feedback: Launching an application | Tarantool #3627

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

Closed
TarantoolBot opened this issue Aug 18, 2023 · 0 comments · Fixed by #3705
Closed

feedback: Launching an application | Tarantool #3627

TarantoolBot opened this issue Aug 18, 2023 · 0 comments · Fixed by #3705
Assignees
Labels
tutorial [area] Related to Tutorials

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Aug 18, 2023

<…>ontainer and run it in interactive mode
$ docker run --rm -t -i |tarantool/tarantool:1|

To run Tarantool with our application, we can say:
$ # create<…>

https://www.tarantool.io/en/doc/latest/how-to/app/launching_app/#launching-in-docker

The old Docker version is used, get an error on macOS M1:

docker run --rm -t -i tarantool/tarantool:1
Unable to find image 'tarantool/tarantool:1' locally
1: Pulling from tarantool/tarantool
895e193edb51: Pulling fs layer 
...
Status: Downloaded newer image for tarantool/tarantool:1
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
failed to initialize Lua

Related to #3544.

@andreyaksenov andreyaksenov self-assigned this Aug 30, 2023
@andreyaksenov andreyaksenov added tutorial [area] Related to Tutorials errors and removed errors labels Aug 31, 2023
@andreyaksenov andreyaksenov linked a pull request Sep 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tutorial [area] Related to Tutorials
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants