Coder Social home page Coder Social logo

Comments (3)

daqarash avatar daqarash commented on August 11, 2024

Hi there!

I am using this repo. for my local dev setup. Somehow I run into this issue where wp-cli shows (grey icon showing the container is not running. It says EXITED (0).)

If I remove the wp-cli container everything else works fine.

Screenshot:
image

When I click the wp-cli container to see the logs show this
image

I appreciate it if you could help.

In addition to that I tried to run this command I found on the official page wp-cli.org "PHP wp-cli.phar --info"

image

I then tried to run "docker-compose wp --rm wp user list"
image

It shows results. Am kinda confused.

from docker-compose-wordpress.

johnfmorton avatar johnfmorton commented on August 11, 2024

This isn't my repo, but I think the behavior you described initially is what is expected. It's what I see on my end and I would say it's working correctly.

The Docker dashboard shows the grayed out CLI container on purpose. There is no reason to have it active all the time using resources. When you run the command...

docker-compose run --rm wp user list     

It runs the container with the --rm flag which will shut it back down after successfully executing the command. The next time you need to execute something from the wp-cli, you just run the docker-compose run --rm wp COMMANDSHERE and it will reactivate the container, execute your function, and then exit again.

from docker-compose-wordpress.

daqarash avatar daqarash commented on August 11, 2024

This isn't my repo, but I think the behavior you described initially is what is expected. It's what I see on my end and I would say it's working correctly.

The Docker dashboard shows the grayed out CLI container on purpose. There is no reason to have it active all the time using resources. When you run the command...

docker-compose run --rm wp user list     

It runs the container with the --rm flag which will shut it back down after successfully executing the command. The next time you need to execute something from the wp-cli, you just run the docker-compose run --rm wp COMMANDSHERE and it will reactivate the container, execute your function, and then exit again.

Thanks John ✌️

from docker-compose-wordpress.

Related Issues (11)

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.