Skip to content

Commit

Permalink
Update CreateContainerCmd link to the latest release (#2583)
Browse files Browse the repository at this point in the history
* CreateContainerCmd Link was outdated.

Replaced working link

* Replaced with version 3.0.0 link

* Updated to 3.2.1
  • Loading branch information
KraTos5589 committed Apr 17, 2020
1 parent 4b5bfae commit b7cda9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/advanced_options.md
Expand Up @@ -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).

0 comments on commit b7cda9d

Please sign in to comment.