docker pull redis
docker images
docker run -p 6379:6379 --name boot-redis -d redis
redis 컨테이너 실행
포트 6379 포워딩
컨테이너명 : boot-redis
데몬 모드로 실행