Skip to content

Commit a85d62f

Browse files
committed
Makefile: fix DOCKER_LDFLAGS example
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 83a729b commit a85d62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export GIT_PAGER
2121
# option of "go build". For example, a built-in graphdriver priority list
2222
# can be changed during build time like this:
2323
#
24-
# make DOCKER_LDFLAGS="-X github.com/docker/docker/daemon/graphdriver.priority=overlay2,zfs" dynbinary
24+
# make DOCKER_LDFLAGS="-X github.com/moby/moby/v2/daemon/graphdriver.priority=overlay2,zfs" dynbinary
2525
#
2626
DOCKER_ENVS := \
2727
-e BUILDFLAGS \

0 commit comments

Comments
 (0)