Skip to content

Commit 3470ab8

Browse files
committed
Superset: Implement suggestions by CodeRabbit
1 parent 9b77436 commit 3470ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrate/superset/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ Superset instance, this ID might be incorrect.
144144

145145
## Clean up
146146
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.
148148
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

Comments
 (0)