1. I checked the dockerfile file for building redis:alpine. It cannot be built locally through docker build. 2. The docker pulls the redis:alpine image directly and then runs. The redis service cannot be accessed. 3. I want to use the specified configuration file to start. What should I do?  