From b7cda9d81479c66f957435bccde72a4e66ae648e Mon Sep 17 00:00:00 2001 From: Lokesh Pant <7022317+KraTos5589@users.noreply.github.com> Date: Fri, 17 Apr 2020 18:17:36 +0530 Subject: [PATCH] Update CreateContainerCmd link to the latest release (#2583) * CreateContainerCmd Link was outdated. Replaced working link * Replaced with version 3.0.0 link * Updated to 3.2.1 --- docs/features/advanced_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/advanced_options.md b/docs/features/advanced_options.md index a774dbddc06..8689ce46021 100644 --- a/docs/features/advanced_options.md +++ b/docs/features/advanced_options.md @@ -51,4 +51,4 @@ For example, this can be used to change the container hostname: It is recommended to use this sparingly, and follow changes to the `docker-java` API if you choose to use this. It is typically quite stable, though. -For what is possible, consult the [`docker-java CreateContainerCmd` source code](https://github.com/docker-java/docker-java/blob/master/src/main/java/com/github/dockerjava/api/command/CreateContainerCmd.java). +For what is possible, consult the [`docker-java CreateContainerCmd` source code](https://github.com/docker-java/docker-java/blob/3.2.1/docker-java-api/src/main/java/com/github/dockerjava/api/command/CreateContainerCmd.java).