EmilyIsCoding opened a new issue, #113:
URL: https://github.com/apache/gravitino-playground/issues/113

   **Expected Behavior**
   The documentation for ./playground.sh commands should not include "docker"
   For instance, the command should be `./playground.sh start` not 
`./playground.sh docker start`
   
   Upon using the `./playground.sh docker start` command as described in the 
[README](https://github.com/apache/gravitino-playground/blob/main/README.md#start),
 the output states that `"echo 'Usage: ./playground.sh [start | status | 
stop]'"`
   
   **Current Behavior**
   Current locations that should be updated to remove "docker":
   
   
[Start](https://github.com/apache/gravitino-playground/blob/main/README.md#start)
   `./playground.sh docker start`
   [Check 
status](https://github.com/apache/gravitino-playground/blob/main/README.md#start)
   `./playground.sh docker status`
   [Stop 
playground](https://github.com/apache/gravitino-playground/blob/main/README.md#start)
   `./playground.sh docker stop`
   
   **Possible Solution**
   Update the documentation
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to