Skip to content
Snippets Groups Projects

Clarify how to check whether service is running in lab0.md

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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