Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

WIP Explicitly add --detach to service CLI calls#255

Closed
seemethere wants to merge 1 commit into
docker-archive:masterfrom
seemethere:test_detach
Closed

WIP Explicitly add --detach to service CLI calls#255
seemethere wants to merge 1 commit into
docker-archive:masterfrom
seemethere:test_detach

Conversation

@seemethere
Copy link
Copy Markdown
Contributor

##NOTE: this is a PR to just test tests

The behavior of service (create/update/scale) was changed in a recent PR
to docker/cli. This commit serves to remedy test failures experienced
when attempting to use service calls.

Should not affect current behavior.

Signed-off-by: Eli Uriegas eli.uriegas@docker.com
(cherry picked from commit e5b3ebb)
Signed-off-by: Eli Uriegas eli.uriegas@docker.com

@andrewhsu andrewhsu changed the title Explicitly add --detach to service CLI calls WIP Explicitly add --detach to service CLI calls Sep 27, 2017
@GordonTheTurtle
Copy link
Copy Markdown
Contributor

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "test_detach" git@github.com:seemethere/docker-ce.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354185440
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

This reverts commit efad9a6.

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
@seemethere
Copy link
Copy Markdown
Contributor Author

Closed in favor of #260

@seemethere seemethere closed this Sep 29, 2017
docker-jenkins pushed a commit that referenced this pull request Nov 15, 2018
Merged with https://github.com/seemethere/unir
Upstream-commit: dc8e682ed504309ced0f7f382c71b4e9fa4def07
Component: packaging
docker-jenkins pushed a commit that referenced this pull request Jun 4, 2019
…river

[19.03 backport] info: report cgroup driver as "none" when running rootless
Upstream-commit: 287240a9653817e72bef3aea05068cc0402a85df
Component: engine
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants