mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
trivial: update teardown command
This commit is contained in:
@@ -38,7 +38,7 @@ Export all objects
|
|||||||
|
|
||||||
Clean up remnants of the old AWX install:
|
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
|
```make clean-ui``` # clean up ui artifacts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user