Skip to content

Instantly share code, notes, and snippets.

@viggin543
Created July 4, 2020 21:26
Show Gist options
  • Save viggin543/46bee4e1b053cbc8c09380d742e76166 to your computer and use it in GitHub Desktop.
Save viggin543/46bee4e1b053cbc8c09380d742e76166 to your computer and use it in GitHub Desktop.
docker build -f src/main/docker/Dockerfile.native -t java-clound-native .
docker run -i --rm -p 8080:8080 --memory=100MB --cpus=0.5 --name=quarkus-cloud-native java-clound-native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment