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
Copy file name to clipboardExpand all lines: docs/integrate/superset/usage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,5 +144,5 @@ Superset instance, this ID might be incorrect.
144
144
145
145
## Clean up
146
146
1. The development web server of Apache Superset can be terminated by hitting `CTRL+C`.
147
-
2. The CrateDB database instance running in a container can be terminated by either hitting `CTRL+C`, or by invoking `docker rm cratedb --force`.
147
+
2. The CrateDB database instance running in a container will be automatically cleaned up due to the `--rm` flag.
148
148
3. The metadata database of Apache Superset, where user accounts and database connections are stored, can be deleted by invoking `rm ~/.superset/superset.db`.
0 commit comments