Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Last active October 12, 2019 21:49
Embed
What would you like to do?
docker build -t hello-aspnetcore3 -f Api.Dockerfile .
docker run -d -p 5000:5000 --name hello-aspnetcore3 hello-aspnetcore3
docker ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment