Skip to content

Instantly share code, notes, and snippets.

@apolkingg8
Created January 5, 2020 15:21
Show Gist options
  • Save apolkingg8/f6898bd17538aff435b3ad20a651f61f to your computer and use it in GitHub Desktop.
Save apolkingg8/f6898bd17538aff435b3ad20a651f61f to your computer and use it in GitHub Desktop.
Markdium-Test
docker pull gcr.io/[project-id]/node-app:0.2
docker run -p 4000:80 -d gcr.io/[project-id]/node-app:0.2
curl http://localhost:4000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment