uawdijnntqw1x1x1
IP : 18.191.44.145
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
public_html
/
core
/
vendor
/
sendgrid
/
.
/
php-http-client
/
use_cases
/
docker.md
/
/
# Docker You can run the example code at `examples/example.php` in a Docker container. From the root directory: ```bash cp examples/.env_sample .env ``` Update the `.env` file with your SendGrid API Key. If you don't have one, you can get one [here](https://sendgrid.com/free?source=php-http-client). Add the `.env` file to your `.gitignore` file if you are publishing your code publically. ``` source .env docker build --build-arg sendgrid_apikey=$SENDGRID_API_KEY -t client . docker run client php examples/example.php ``` You should see a list of your SendGrid API Keys.
/home/jackpotjunglegam/public_html/core/vendor/sendgrid/./php-http-client/use_cases/docker.md