Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User within container is missing permissions #77

Closed
Kyzegs opened this issue Sep 2, 2022 · 4 comments
Closed

User within container is missing permissions #77

Kyzegs opened this issue Sep 2, 2022 · 4 comments

Comments

@Kyzegs
Copy link

Kyzegs commented Sep 2, 2022

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
Copy link
Collaborator

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
Copy link
Author

Kyzegs commented Sep 12, 2022

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
Copy link
Collaborator

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
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants