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
./docker/bin/start # start all containers
./docker/bin/stop # stop all containers
./docker/bin/restart # stop+start wrapper
./docker/bin/attach ${name}# attach to ${name} service's container
./docker/bin/status # show status of running containers
./docker/bin/remove # remove all containers, including all data
./docker/bin/logs ${name}# show ${name} service's container syslog
Development plans:
Add Sentry - Error tracker and performance monitoring tool