GithubHelp home page GithubHelp logo

Comments (4)

nabad600 avatar nabad600 commented on August 18, 2024

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.

from deck.

Kyzegs avatar Kyzegs commented on August 18, 2024

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.

from deck.

nabad600 avatar nabad600 commented on August 18, 2024

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.

from deck.

nabad600 avatar nabad600 commented on August 18, 2024

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.

from deck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.