You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Basic operations like starting and stopping are surprising copy-paste, they'd be easier as simple commands, e.g., just run them with no docker knowledge necessary
Is your feature request related to a problem? Please describe.
Basic operations like starting and stopping are surprising copy-paste, they'd be easier as simple commands, e.g., just run them with no docker knowledge necessary
Describe the solution you'd like
Minimal mode users:
./bin/start
,./bin/stop
,./bin/restart
,./bin/recreate
Full mode users:
./bin/public_start
, ...,./bin/private_start
, ..../bin/graphistry_start
, ...Describe alternatives you've considered
Just documenting
Additional context
Design thoughts:
bin/
,bin/full/
~/bin/
(~/graph-app-kit/bin/
?)The text was updated successfully, but these errors were encountered: