Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Laiba-Noor
Copy link

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

@Laiba-Noor The pipeline failed! Check the PR title it should match Assignment 2 - I120198 - ALI-KAHOOT

@Laiba-Noor Laiba-Noor changed the title Answered assignment questions Assignment 2 - I201786 - Laiba-Noor Oct 8, 2023
@Laiba-Noor Laiba-Noor closed this Oct 8, 2023
@Laiba-Noor Laiba-Noor reopened this Oct 8, 2023
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
Copy link
Owner

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

Copy link
Owner

@kahootali kahootali left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants