Skip to content

Docker toy example for retrieving info from redis in SONiC

Notifications You must be signed in to change notification settings

Dscano/SONiC-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SONiC-Redis

In this repo is implemented a simple Dockerfile where you can deploy python scripts for retrieving information from a Redis database.

Commands

For deploying the container you have to run:

 docker build -t test .

For running the container you have to run:

 docker run --name redis-test  -v /var/run/redis:/var/run/redis  test 

About

Docker toy example for retrieving info from redis in SONiC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published