Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker redis image

# start a redis instance
$ docker run --name some-redis -d redis

# start with persistent storage
$ docker run --name some-redis -d redis redis-server --save 60 1 --loglevel warning

# Additionally, If you want to use your own redis.conf ...
$ docker run -v /myredis/conf:/usr/local/etc/redis --name myredis redis redis-server /usr/local/etc/redis/redis.conf
Comment

PREVIOUS NEXT
Code Example
Shell :: install python debian 
Shell :: git fetch not pulling branches 
Shell :: unable to snap ubuntu software 
Shell :: register runner gitlab 
Shell :: install google drive on ubuntu 
Shell :: ubuntu install yarn 
Shell :: pip install google trans 
Shell :: fix corrupted recycle bin 
Shell :: how to install pycharm on ubuntu 
Shell :: turn off jenkins mac 
Shell :: view live log linux 
Shell :: git abort changes 
Shell :: how to upgrade docker-compose version 
Shell :: git credential manager linux codegrepper 
Shell :: better discord how to install plugins 
Shell :: bash script get ip address of eth0 
Shell :: bash print binary file 
Shell :: how to add image in readme.md 
Shell :: how to use blackeye 
Shell :: how to install armitage in kali linux 
Shell :: run jar file on the background on ubuntu 
Shell :: fatal: remote origin already exists. 
Shell :: nslookup all dns entries 
Shell :: restart docker 
Shell :: install make 
Shell :: github untrack files 
Shell :: How to find information about my RAM on linux 
Shell :: flush dns mac 
Shell :: deleting remote branch in GitHub 
Shell :: fork bomb linux 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =