cancel
Showing results for 
Search instead for 
Did you mean: 

Corriendo un magento cloud en docker

Corriendo un magento cloud en docker

Estoy intentando correr docker con magento desde hace un buen rato con la imagen de  https://github.com/markshust/docker-magento  pero me dan los siguiente errores, cuando corro

bin/copytocontainer --all
Error response from daemon: Error processing tar file(exit status 1): unlinkat /var/www/html/composer.json: device or resource busy
Completed copying all files from host to container
Correcting filesystem ownerships...
Filesystem ownerships corrected.
Correcting filesystem permissions...
chmod: cannot access 'bin/magento': No such file or directory
ERROR: 1
Filesystem permissions corrected.

copytocontainercopytocontainer 

al igual que con 

bin/composer install

ó

bin/composer update

 

Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies (including require-dev)
Nothing to install or update
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package laminas/laminas-console is abandoned, you should avoid using it. Use laminas/laminas-cli instead.
Writing lock file
Generating autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
46 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
File doesn't exist: bin/magento
Check "chmod" section in composer.json of magento/magento2-base package.
File doesn't exist: bin/magento
Check "chmod" section in composer.json of magento/magento2-ee-base package.

comopserupdatecomopserupdate