简体   繁体   中英

Docker for ruby on rails app

I have a ruby on rails application in my local machine which has Nginx, Phusion passenger, PostgreSQL, Redis as its associated components.How can I create a docker container with all these software/images? Is it possible to run a Cron job in Docker container? I am a starter in docker. Thanks in advance.

  1. You can see docker compose with rails

  2. Is it possible to run a Cron job in Docker container? Yes, Docker Containers are isolated Linux systems.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM