docker-archive / v1.10-migrator

Prepare docker graph directory for content addressability
Apache License 2.0
24 stars 24 forks source link

Update dockerfile formatting #3

Closed thaJeztah closed 8 years ago

thaJeztah commented 8 years ago

(Note; I created this on top of https://github.com/docker/v1.10-migrator/pull/1, so needs a rebase once that's merged)

In general, we tell people to use uppercase for commands, so perhaps it's best we use it here. Also replaced ADD with COPY, because we're not using any "magic" functionality of ADD here.

thaJeztah commented 8 years ago

ping @tonistiigi rebased; feel free to reject this if you prefer the lowercase formatting, it's just a nit from my side :+1: