Skip to content

lucasbak/ryba-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RYBA DOCKER

This project aims at helping administrators to use Ryba in any environment by using docker.

Set up

Build the container, set your cluster configuration and that's it !!!

You can either pull directly the docker container or build the container yourself, if you want last dependencies.

Pull

  docker pull lucasbak/ryba-docker

Build

Simply run the following command to build the container

cd ./lib
docker-compose build

You need an internet connection to build the container.

Ryba Users

Set up Cluster configuration

Your ryba-cluster config's layout should match ryba-env-metal one. i.e. have at least conf folder. Checkout the ryba-env-metal example

# Currently in ryba-docker directory
cd ..
git clone https://github.com/ryba-io/ryba-env-metal
cd ryba-env-metal
./bin/vagrant up
cd ../ryba-docker/lib
docker-compose up -d

That's it. You now provisioned VM using Vagrant, and can deploy them using Ryba !

Launch a command

Now that your configuration is ready here is how to use ryba:

cd /path/to/ryba-env-metal
docker exec bin/ryba install

Ryba Developers

Components

Best way to test your new services is in the ./lib folder of your environment. That's why it is mounted by default.

Mouting additional services or environments can be done trough volumes in the docker-compose.yaml file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published