Skip to content

Commit

Permalink
Update commands.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhure authored Mar 19, 2022
1 parent 4d7bfaf commit 059ed3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/commands.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
docker build -t gbhure/web .
docker build -t webapp .
<tag>
docker push gbhure/web
docker run -d --name firstcontainer -p 8080:8080 gbhure/web
k run mywebapp --image=gbhure/web --restart=Never
Expand Down

0 comments on commit 059ed3a

Please sign in to comment.