Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 249 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 249 Bytes

dockerfiles-fedora-redis

Fedora dockerfile for redis

To build:

Copy the sources down -

# docker build --rm -t <username>/redis .

To run:

# docker run -d -p 6379:6379 <username>/redis

To test:

# nc localhost 6379