Docker update from 1.8.11 to current

To be completed by the original poster:

CMS Version

1.8.11

Installation Method

Docker

Operating System

Docker/ Win 7

Issue

When following the upgrade document I enter the command docker-compose stop I get the following output:

ERROR:
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml

If I add the --file switch and include the path, it still errors out with the following:

Stop running containers without removing them.

They can be started again with `docker-compose start`.

Usage: stop [options] [SERVICE...]

Options:
  -t, --timeout TIMEOUT      Specify a shutdown timeout in seconds.
                             (default: 10)

Adding the timeout option does not appear to affect the shutdown of the CMS either.

Provide screenshots where possible!

Hi sc4helpdesk. The message you receive suggests you are not running the docker-compose stop command from the same directory as the docker-compose.yml file you are using. can you provide screenshots showing that you are in the same directory as the yml file you are using?

Many Thanks.

Attached is the requested screen shot.

image001.png

image002.png

image003.png

image004.png

Thank you for the screenshot. I can see you have entered docker-compose stop -f .\docker-compose.yml -t 05. Please can you enter docker-compose stop from that directory and provide a screenshot showing what message is received?

Can you also run docker ps so we can see what containers are currently running?

Many Thanks.

Thanks for the updated request. Here is the screenshot.

image001.png

image002.png

image003.png

image004.png

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.