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
!1
Clarify how to check whether service is running in lab0.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clarify how to check whether service is running in lab0.md
tenzinhl/cse453-cloud-project:tenzinhl-main-patch-67480
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Tenzin Low
requested to merge
tenzinhl/cse453-cloud-project:tenzinhl-main-patch-67480
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
865309e3
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/lab0.md
+
1
−
1
Options
@@ -189,7 +189,7 @@ sudo docker stack deploy --compose-file hotelreservation.yml hotelreservation
sudo
docker service
ls
```
Make sure all services are running before you move to the next section.
Make sure all services are running
by checking that their replica fractions are full (e.g.: 1/1 or 3/3)
before you move to the next section.
## Testing DeathStarBench using curl
Loading