Hi everyone ,I am a Arthur and in this article I want to talk about some Docker things that are easy to miss when you are just starting with containers.

Docker is not only about writing a Dockerfile and running docker build.

Once you start using Docker for real projects, small things can create big problems.

Your image can become too large.

Your container can use more memory than expected.