-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assignment 2 - I201786 - Laiba-Noor #139
base: main
Are you sure you want to change the base?
Conversation
@Laiba-Noor The pipeline failed! Check the PR title it should match |
I20-1786-Laiba-Noor.md
Outdated
Burstable Compute,Burstable Memory and Low Resource Usage.It solves "Work on my machine issue" as same image is deployed in staging and production. | ||
|
||
Q2) Write command to create a docker container in detached mode with name assignment-2-<ROLL_NUMBER> running on host port 9090 and container port 80 using image nginx with version 1.24.0 on a custom network named assignment-2 | ||
docker run -d --name assignment-2-I20-1786 -p 9090:80 nginx:1.24.0 --network assignment-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this comment is wrong, as image name should be at end, otherwise it would override CMD...
screenshot is correct though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the path of file and move to assignment-2 folder
No description provided.