diff --git a/README.md b/README.md index b61a629..705a867 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This repository containes a complete _**set**_ of DOCKER NOTES organized as foll - **[Limit Docker Container CPU Usage](#limit-cpu)** ## Docker CLI :whale: -Show commands & management commands, versions and infos +Show commands & management commands, versions and informations ```bash $ docker #Display Docker commands $ docker version #Show the Docker version information @@ -623,4 +623,4 @@ $ docker run -it --cpus="1.0" # The container will have access t $ docker run -it --cpus-shares="700" # The container will have a greater or lesser proportion of CPU cycles. By default, this is set to 1024. ``` -Read more about CPU and MEMORY resources constraints [here](https://docs.docker.com/config/containers/resource_constraints/) \ No newline at end of file +Read more about CPU and MEMORY resources constraints [here](https://docs.docker.com/config/containers/resource_constraints/)