Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSE453 Cloud project
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
syslab
CSE453 Cloud project
Merge requests
!3
An error occurred while fetching the assigned milestone of the selected merge_request.
Update lab2.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update lab2.md
tenzinhl/cse453-cloud-project:tenzinhl-main-patch-64660
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Tenzin Low
requested to merge
tenzinhl/cse453-cloud-project:tenzinhl-main-patch-64660
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Docker commands must be run as root
👍
0
👎
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
e589d4f3
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/lab2.md
+
1
−
1
Options
@@ -179,7 +179,7 @@ frontend. An example stub implementation in C is provided in
Run
```
console
docker compose -f hotelreservation-nvmdb.yml up -d --build -t1
sudo
docker compose -f hotelreservation-nvmdb.yml up -d --build -t1
```
to build the hotel reservation app with your NVMdb database
Loading