sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

User within container is missing permissions #77

Closed Kyzegs closed 1 year ago

Kyzegs commented 2 years ago

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.

image

nabad600 commented 1 year 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.

Kyzegs commented 1 year ago

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.

nabad600 commented 1 year ago

Hi @Kyzegs , thanks for using DECK app

  1. To List Available WSL Linux Distros Open a new command prompt. and Run the command wsl -l -v.
  2. To launch or access WSL wsl -d <name_of_the_distribution>
  3. Running containers docker ps
  4. Container remove docker container rm -f <CONTAINER ID>
  5. Listing docker image docker image ls
  6. Docker image remove docker image rm -f <IMAGE ID> or docker image prune
  7. Create a new stack

Please find the below mention snapshot. image

image

image

Appreciate your feedback here.

nabad600 commented 1 year ago

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.