rsmmr / hilti

**NOTE**: This is outdated and no longer maintained. There's a new version at https://github.com/zeek/spicy.
Other
40 stars 22 forks source link

Remove -f flag from "docker tag" command #29

Closed dloss closed 7 years ago

dloss commented 7 years ago

Newer Docker versions (since v1.12.0) do not support the -f flag on the "docker tag" command anymore. This causes our command to fail on these systems.

Remove the flag since it is implied now. https://docs.docker.com/engine/deprecated/