deck icon indicating copy to clipboard operation
deck copied to clipboard

User within container is missing permissions

Open Kyzegs opened this issue 1 year ago • 3 comments

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

Kyzegs avatar Sep 02 '22 23:09 Kyzegs

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.

nabad600 avatar Sep 12 '22 18:09 nabad600

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.

Kyzegs avatar Sep 12 '22 20:09 Kyzegs

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 avatar Sep 15 '22 03:09 nabad600

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.

nabad600 avatar Sep 21 '22 08:09 nabad600