This repository contains the base Docker images for the most popular languages we use at Remind. These images are optimized for deployment, generally resulting in very small images.
The following are some examples of usage for various languages.
FROM remind101/go:1.4
MAINTAINER Your Name <[email protected]>
CMD ["/go/bin/acme-inc"]
For more information see go1.4#usage.
FROM remind101/ruby:2.1
CMD ["rails", "server"]
Content type
Image
Digest
sha256:2c88c5c22…
Size
92.8 MB
Last updated
over 9 years ago
docker pull remind101/base