scolandrea/docker-magento-cloud-cli
Image that allows handling the Magento Cloud CLI without having PHP installed locally
106
Welcome to the docker-magento-cloud-cli
Docker image repository! This image is designed to provide a robust and flexible environment for developers who need a pre-configured bash
shell with essential tools and directory structure checks. It is particularly useful for applications that rely on specific directory mounts and require initialization scripts to ensure all dependencies are properly set up before starting the interactive shell.
amd64
and arm64
, making it versatile and suitable for a wide range of hardware platforms.Pull the Image
Pull the image from Docker Hub using the following command:
docker pull scolandrea/docker-magento-cloud-cli:latest
Run the Container
Run the container with the required volume mounts to ensure all necessary directories are available:
docker run -it -v /path/to/.ssh:/home/app/.ssh -v /path/to/.magento-cloud:/home/app/.magento-cloud scolandrea/docker-magento-cloud-cli:latest
docker pull scolandrea/docker-magento-cloud-cli