You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example after having run docker system prune -a:
ws install
[/Users/kevans/Repositories/ws/magento2-sample/.my127ws]:
■ > docker-compose -p magento2-sample up -d
Creating network "magento2-sample_private" with the default driver
Building console
Step 1/7 : FROM my127/magento2:7.1-fpm-stretch-console
7.1-fpm-stretch-console: Pulling from my127/magento2
Digest: sha256:6c7928a24cf82a7b09d6b52f9d57d33771131e3378fcead0c5ed1a9e639a7905
Status: Downloaded newer image for my127/magento2:7.1-fpm-stretch-console
---> 50dfa4c391dc
Step 2/7 : COPY .my127ws/docker/image/console/root /
---> e01eff757498
Step 3/7 : RUN chown -R build:build /home/build
---> Running in 3345df6ce70c
This has skipped the assets download and the application build due to .my127ws/.flag-built existing from a previous install, but the docker images and containers no longer exist locally.
The text was updated successfully, but these errors were encountered:
An example after having run
docker system prune -a
:This has skipped the assets download and the application build due to .my127ws/.flag-built existing from a previous install, but the docker images and containers no longer exist locally.
The text was updated successfully, but these errors were encountered: