core icon indicating copy to clipboard operation
core copied to clipboard

Docker Backend Multi Arch

Open alberto98fx opened this issue 5 years ago • 1 comments

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.

alberto98fx avatar Apr 03 '20 22:04 alberto98fx

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

viferga avatar Apr 05 '20 00:04 viferga