diff options
author | Martin Surovcak <martin@surovcak.cz> | 2018-10-08 16:29:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 16:29:07 +0200 |
commit | d0572cf1705e6ee87b4ca85141a71abd3a08f313 (patch) | |
tree | 8f8d8849b6a75e7fb054c708486693dace6400b2 /DATA_MIGRATION.md | |
parent | Merge pull request #2309 from matburt/zuul_job_configuration (diff) | |
download | awx-d0572cf1705e6ee87b4ca85141a71abd3a08f313.tar.xz awx-d0572cf1705e6ee87b4ca85141a71abd3a08f313.zip |
trivial: update teardown command
Diffstat (limited to 'DATA_MIGRATION.md')
-rw-r--r-- | DATA_MIGRATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DATA_MIGRATION.md b/DATA_MIGRATION.md index 4ad788641f..85d8422a93 100644 --- a/DATA_MIGRATION.md +++ b/DATA_MIGRATION.md @@ -38,7 +38,7 @@ Export all objects Clean up remnants of the old AWX install: -```docker rm -f $(ps -aq)``` # remove all old awx containers +```docker rm -f $(docker ps -aq)``` # remove all old awx containers ```make clean-ui``` # clean up ui artifacts |