Skip to content
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

docker tag -f deprecated in v.1.12.x #3651

Closed
breezykermo opened this issue Jun 27, 2016 · 1 comment
Closed

docker tag -f deprecated in v.1.12.x #3651

breezykermo opened this issue Jun 27, 2016 · 1 comment

Comments

@breezykermo
Copy link

It looks like docker tag -f image/name newImage/name has changed to docker tag image/name newImage/name in the beta version of Docker 1.12.x. Just raising this as an issue because it prevented me from running any docker-compose.yml files, as it automatically overwrites the tag with the name of the current directory.

@shin-
Copy link

shin- commented Aug 8, 2017

Closing - after a quick look through the code, it doesn't seem like we call tag anywhere in the Compose codebase (but maybe we used to?)

@shin- shin- closed this as completed Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants