Develop a Templated Rails 5 API Application
10K+
Dockerfile to create a Docker container image for development of a Rails application.
See the Dockerfile for further details on how the application is bootstrapped.
The image is based on Debian Jessie.
Execute run.sh
Automated builds of the image are available on Dockerhub and is the recommended method of installation.
docker pull voxbox/rails-api:latest
Alternatively you can build the image yourself.
docker build -t voxbox/postgresql github.com/matteolc/docker-rails-api
Use the sample docker-compose.yml to start the container using Docker Compose*
All examples use named volumes (not bind mounts). You can change the local driver to a more performant one, such as overlay.
For debugging and maintenance purposes you may want access the containers shell. If you are using Docker version 1.3.0 or higher you can access a running containers shell by starting bash using docker exec against the running container.
Before reporting your issue please try updating Docker to the latest version and check if it resolves the issue. Refer to the Docker installation guide for instructions.
SELinux users should try disabling SELinux using the command setenforce 0 to see if it resolves the issue.
If the above recommendations do not help then report your issue along with the following information:
docker vers6 and docker info commandsdocker run command or docker-compose.yml used to start the image. Mask out the sensitive bits.Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/t2_airtime. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The container is available as open source under the terms of the MIT License.
Everyone interacting in the T2Airtime project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Content type
Image
Digest
Size
335.2 MB
Last updated
about 9 years ago
docker pull voxbox/rails-api