Skip to content

mpastecki/vagrant-docker-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redis on Vagrant

This is for a study related project for which we need to show quick overview of Redis.

How to run it?

You must have vagrant and virtualbox installed.

If you are Windows user, before running following commands, make sure that both Virtualbox and CMD console are running as Administrator.

Then clone the repo, enter the directory with cloned files and run

vagrant up

Then you can connect to manager or workers with this command:

vagrant ssh <name>

So to check names:

vagrant status

to connect to manager:

vagrant ssh manager

Customize

You should check file Vagrant and verify at least following values:

# Number of worker nodes - Virtual Machines
numworkers = 2

# Memory for your Virtual Machines
vmmemory = 1024

# Number of vCPU per VM
numcpu = 2

About

Stydu project. Redis on Docker Swarm using Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages