Closed Kyzegs closed 2 years ago
Hi @Kyzegs, thanks for reporting. Issue is resolved. following the step
Delete old docker base image in your system.
Install Laravel
Appreciate your feedback here.
How do I go about deleting my Docker images on the deck-app
distribution? I've tried entering the WSL distribution and removing all Docker images, but that yielded no success.
Hi @Kyzegs , thanks for using DECK app
Open a new command prompt. and Run the command wsl -l -v.
wsl -d <name_of_the_distribution>
docker ps
docker container rm -f <CONTAINER ID>
docker image ls
docker image rm -f <IMAGE ID> or docker image prune
Please find the below mention snapshot.
Appreciate your feedback here.
Hi @Kyzegs,
There's no reply for a very long time. So, we're closing this ticket.
Appreciate your feedback here. We are happy to help you.
I've tried to do a fresh installation of Laravel. I was, however, met with some errors telling me that the user is not allowed to modify any files.