Passenger is A Fast web server & app server, Ruby Python Node.js
The image base on phusion/baseimage-docker
/home/app/current/public is default passenger root directory, you must deploy project provide this directory.
Run with docker compose
# docker-compose.yml
passenger:
image: sunteya/passenger:20160118-ruby22
restart: always
ports:
- "80:80"
volumes:
- YOUR_PROJECT_PATH:/home/app/current
Content type
Image
Digest
sha256:7e3474ab9…
Size
938.6 MB
Last updated
almost 2 years ago
docker pull sunteya/passenger