Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created July 1, 2019 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/f66015b561bb314de3af0307c3ce67b9 to your computer and use it in GitHub Desktop.
Save recursivecodes/f66015b561bb314de3af0307c3ce67b9 to your computer and use it in GitHub Desktop.
docker-run.sh
docker run \                                                                                                                                                                      
--env DB_USER=[username] \
--env DB_URL="jdbc:oracle:thin:@[tnsname]?TNS_ADMIN=/helidon/wallet" \
--env DB_PASSWORD=[password] \
-p 8080:8080 \
-t phx.ocir.io/toddrsharp/cloud-native-microservice/user-svc-helidon:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment