Skip to content

MetalArend/rancher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

#Run Rancher from a docker-compose file

##Rancher

  • From http://rancher.com/ :

    "From the ground up, Rancher was designed to solve all of the critical challenges necessary to run all of your applications in containers. Rancher provides a full set of infrastructure services for containers, including networking, storage services, host management, load balancing and more. All of these services work across any infrastructure, and make it simple to reliably deploy and manage applications."

##Requirements

##Usage

  • Run docker-compose inside this repository's directory:

    docker-compose up -d --remove-orphans && docker-compose logs -f rancher-helper
    
  • Visit your local Rancher server:

    http://localhost:8080
    

##Roadmap

  • enable secure connections (and make logs and graphs accessible again?)
  • add container names
    • adding container_name disables the network domain names for the container
    • adding container name rancher-agent removes the newly started rancher-agent
  • add logging: /var/lib/cattle/logs
  • move /var/lib/rancher to other cached location?
  • check why rancher-helper is relaunching another instance of rancher/agent

##Watched docker issues

About

Run Rancher from a docker-compose file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages