summarylogtreecommitdiffstats
path: root/x11docker.install
diff options
context:
space:
mode:
Diffstat (limited to 'x11docker.install')
-rw-r--r--x11docker.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11docker.install b/x11docker.install
new file mode 100644
index 000000000000..b7d57d83d5f3
--- /dev/null
+++ b/x11docker.install
@@ -0,0 +1,6 @@
+post_remove() {
+cat << EOF
+ You might want to remove the containers that were created by x11docker:
+ docker rm \$(docker container ls -aq --filter name=x11docker_X)
+EOF
+}