8000 GitHub - eessex/docker-images: Public Docker images for Artsy applications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eessex/docker-images

 
 

Repository files navigation

docker-images

Public Docker images for Artsy applications

Adding an image to Docker Hub

Adding an image to Docker Hub is a two-step process, first you build a new tag and then you push it up, here's an example:

$ docker build -t artsy/ruby:2.5.3-node-chrome ruby/2.5.3-node-chrome/
$ docker push artsy/ruby:2.5.3-node-chrome

You may need to either add yourself to the Artsy organization in Docker Hub, or use docker login with credentials listed under "Docker" in 1password.

This new image will now be available to add to a Dockerfile like so:

FROM artsy/ruby:2.5.3-node-chrome

About

Public Docker images for Artsy applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 58.6%
  • Shell 17.9%
  • Python 13.1%
  • Ruby 10.4%
0