mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-03 07:11:01 +00:00
16 lines
146 B
Docker
16 lines
146 B
Docker
#
|
|
# Redis Dockerfile
|
|
#
|
|
# https://github.com/dockerfile/redis
|
|
#
|
|
|
|
# Pull base image.
|
|
#
|
|
# Just a stub.
|
|
|
|
FROM redis
|
|
|
|
ADD run.sh /run.sh
|
|
|
|
CMD /run.sh
|