Sign inSign up

remind101/base

By remind101

•Updated over 9 years ago

Image
0

2.3K

remind101/base repository overview

⁠Docker Images

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.

⁠Examples

The following are some examples of usage for various languages.

⁠Go 1.4
FROM remind101/go:1.4
MAINTAINER Your Name <[email protected]>

CMD ["/go/bin/acme-inc"]

For more information see go1.4#usage⁠.

⁠Ruby 2.1
FROM remind101/ruby:2.1

CMD ["rails", "server"]

Tag summary

Content type

Image

Digest

sha256:2c88c5c22…

Size

92.8 MB

Last updated

over 9 years ago

docker pull remind101/base