Master Ruby on Ruby
  • Prologue
  • README.md
  • Upgrade
  • Upgrade
  • Upgrade a Rails app
  • Rails Structure
    • The Rails code structure
  • Models
  • Action Pack
  • Views
  • Action Text
  • Authentication
    • Session & Cookie
  • Assets Precompile
  • Active Storage
  • Secrets Configuration
  • Generators
  • Rails Utilities
  • Ruby lang
    • Type
    • Constant
    • Class
    • Module
    • Variable 承值容器
    • Symbol
    • Reading Rails' source code
  • Test
  • Database
    • PostgreSQL vs MySQL
  • Tools
    • Container
    • Rack
Powered by GitBook
On this page
  1. Tools

Container

MRSK uses the dynamic reverse-proxy Traefik to hold requests, while the new app container is started and the old one is stopped — working seamlessly across multiple hosts, using SSHKit to execute commands. Originally built for Rails apps, MRSK will work with any type of web app that can be containerized with Docker.

PreviousToolsNextRack

Last updated 1 year ago