Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a typo in a docker command in README.md (oracle#593)
Changed "Newwork" to "Network", so the line: docker inspect --format '{{.NewworkSettings.IPAddress}}' <container-name> is now: docker inspect --format '{{.NetworkSettings.IPAddress}}' <container-name>
- Loading branch information