-
Notifications
You must be signed in to change notification settings - Fork 4
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
Running nimbusapp to upgrade sv 5.1 to 5.1.1 gave extra text #30
Comments
Thanks @msteffensen19 , could you provide output from the following commands:
|
Server: Docker Engine - Community Client: Server: Docker Engine - Community
|
@msteffensen19 the output of |
|
@msteffensen19 We use a feature of compose introduced in 1.23.0 to check if containers will be recreated. Upgrading to the most recent version of compose should resolve the issue. |
@jasoncorlett Should we be checking for compose versions? |
@jhrabi Yes, we should probably check both docker-compose and docker-app versions |
When I ran a nimbusapp (1.2.2) command to update my SV server from 5.1 to 5.1.1 I got the following (Do we need all the extra text on Usage, Options, etc.?):
[demo@nimbusserver ~]$ nimbusapp sv:5.1.1 up
Validate and view the Compose file.
Usage: config [options]
Options:
--resolve-image-digests Pin image tags to digests.
-q, --quiet Only validate the configuration, don't print
anything.
--services Print the service names, one per line.
--volumes Print the volume names, one per line.
Validate and view the Compose file.
Usage: config [options]
Options:
--resolve-image-digests Pin image tags to digests.
-q, --quiet Only validate the configuration, don't print
anything.
--services Print the service names, one per line.
--volumes Print the volume names, one per line.
Validate and view the Compose file.
Usage: config [options]
Options:
--resolve-image-digests Pin image tags to digests.
-q, --quiet Only validate the configuration, don't print
anything.
--services Print the service names, one per line.
--volumes Print the volume names, one per line.
Validate and view the Compose file.
Usage: config [options]
Options:
--resolve-image-digests Pin image tags to digests.
-q, --quiet Only validate the configuration, don't print
anything.
--services Print the service names, one per line.
--volumes Print the volume names, one per line.
This action will cause one or more of your containers to be DELETED and RECREATED.
Recreating containers is normal when changing their configuration, such as image, tag and ports.
You may wish to use `nimbusapp ... start' to start your existing containers.
The following containers will be recreated:
Recreate the listed containers? [y/n] y
Starting sv-db ... done
Starting sv-svm ... done
Starting sv-lab-server ... done
Starting sv-server ... done
[demo@nimbusserver ~]$
The text was updated successfully, but these errors were encountered: