Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Supported tags and respective Dockerfile links

Quick reference

Due to Oracle's JDK license, you must build this Docker image using the official Oracle image located in the Docker Store. You will need a Docker store account. Once you have an account, you must accept the Oracle license here. On the command line, type docker login and provide your credentials. You may then build the image using this command docker build -t sendgrid/java-http-client -f Dockerfile .

Usage examples

  • Most recent version: docker run -it sendgrid/java-http-client.
  • Your own fork:
    $ git clone https://github.com/you/cool-java-http-client.git
    $ realpath cool-java-http-client
    /path/to/cool-java-http-client
    $ docker run -it -v /path/to/cool-java-http-client:/mnt/java-http-client sendgrid/java-http-client

For more detailed information, see USAGE.md.

SendGrid Logo