diff --git a/README.md b/README.md index 3b07d90..63a6f8a 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ A cheat-sheets and quick but relatively-detailed reference guide for _docker CLI This repository containes a complete _**set**_ of DOCKER NOTES organized as follow: -- [Docker Architecture](docker/Notes/ARCHITECTURE.md) -- [Docker CLI ](docker/Notes/README.md) (_current file_) +- [Docker Architecture](ARCHITECTURE.md) +- [Docker CLI ](README.md) (_current file_) - [Dockerfile](DOCKERFILE.md) - [Docker Compose](DOCKER-COMPOSE.md) -- [Docker Best Practices](docker/Notes/BEST-PRACTICES.md) +- [Docker Best Practices](BEST-PRACTICES.md) # Table Of Contents @@ -647,4 +647,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/)