Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

redis bitnami/redis kubernetes and docker-compose

#https://quay.io/repository/bitnami/redis

#Kubernetes
$ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-redis/master/kubernetes.yml

#Docker Compose
version: '2'

services:
  redis:
    image: 'bitnami/redis:latest'
    ports:
      - '6379:6379'
Comment

PREVIOUS NEXT
Code Example
Shell :: pacman mirrorlist generator 
Shell :: Powershell mount disk image and retrieve drive-letter 
Shell :: httpie complex request 
Shell :: scan full form nmap 
Shell :: install avogadro on ubuntu 
Shell :: detach other user from monitor linux command 
Shell :: terraform select workspace 
Shell :: chmod root to user 
Shell :: grep check line exists in file 
Shell :: tapping home-brew/core 
Shell :: gradle dolast 
Shell :: can we store the name of the current branch in a variable in bash 
Shell :: source script path 
Shell :: nginx dompdf error 
Shell :: visidata save file 
Shell :: how to configure adminer ubuntu 
Shell :: tcp test powershell 2.0 
Shell :: github repository 
Shell :: git show hidden commits 
Shell :: changed files git 
Shell :: windoes debloat 
Shell :: apt-get install plex 
Shell :: grep in multiple files 
Shell :: bash run while loop 
Shell :: show saved network connections linux 
Shell :: install ignite-cli 
Shell :: jenkinfile.sh 
Shell :: how to install wtforms on mac terminal 
Shell :: multiple multple copies in cmd 
Php :: Go back URL in Laravel 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =