#Redis on #Docker
docker run \ --detach \ --restart always \ --name redis \ --publish 6379:6379 \ redis:alpine