What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi I am trying to install B2B-DEMO-SHOP using docker. when I try to bootstrap with deploy.yml its wo

U047BQA5QPL
U047BQA5QPL Posts: 13 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi
I am trying to install B2B-DEMO-SHOP using docker. when I try to bootstrap with deploy.yml its working fine BUT when I try to bootstrap it using deploy.dev.yml and then I run command docker/sdk up I am getting error "Service database is not running. Please check the name".

Please help me to know where I am doing wrong.

Comments

  • U0208K3V15W
    U0208K3V15W Posts: 33 πŸ§‘πŸ»β€πŸš€ - Cadet

    try

    sudo docker/sdk prune
    docker/sdk clean-data && docker/sdk boot deploy.dev.yml && docker/sdk up
    
  • U047BQA5QPL
    U047BQA5QPL Posts: 13 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thankyou @U0208K3V15W ,
    Removing all and restarting again works.