Created
January 5, 2020 15:21
-
-
Save apolkingg8/f6898bd17538aff435b3ad20a651f61f to your computer and use it in GitHub Desktop.
Markdium-Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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