Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code-k8s/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Super-simple Node web app for containerization demos

1. Fork the repo
2. Clone repo locally
3. Build Docker iamge `docker image build -t <tag> .` from within the root directory of the repo
3. Build Docker image `docker image build -t <tag> .` from within the root directory of the repo
4. Push image to container registry
5. Run container/Pod using the created image
5. Run container/Pod using the created image