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 Backend Multi Arch #41

Closed
alberto98fx opened this issue Apr 3, 2020 · 1 comment
Closed

Docker Backend Multi Arch #41

alberto98fx opened this issue Apr 3, 2020 · 1 comment

Comments

@alberto98fx
Copy link
Contributor

It would be pretty awesome to have docker as a backend with exported Bash commands that gets pwd as variable and mount some core paths to guest to persist even when a new version is released.

I.g

metacall pip3 install x

Pip folder with installed modules should be available on guest in a path such as

/opt/metacall/pip

and mounted via Docker run to the container.

@viferga
Copy link
Member

viferga commented Apr 5, 2020

The fallback install script to Docker has been implemented.

Shared volumes for Python and Logs are still not implemented, but it needs testing.

This is the new repo for providing a CLI image for the fallback:
https://github.com/metacall/cli

And here's the Docker Hub image:
https://hub.docker.com/repository/docker/metacall/cli

Now when trying to install in MacOs (not currently supported), it will prompt an error message and later on it will ask for installing the CLI with Docker:
curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | bash

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

2 participants