mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
rm the old docker run container after stopping
This commit is contained in:
parent
c8ede9bb9a
commit
531f00b1ac
7
Makefile
7
Makefile
@ -700,5 +700,10 @@ docker-compose:
|
||||
docker-compose -f tools/docker-compose.yml up --no-recreate
|
||||
|
||||
docker-compose-test:
|
||||
cd tools && docker-compose run --service-ports tower /bin/bash
|
||||
cd tools && docker-compose run --rm --service-ports tower /bin/bash
|
||||
|
||||
mongo-debug-ui:
|
||||
docker run -it --rm --name mongo-express --link tools_mongo_1:mongo -e ME_CONFIG_OPTIONS_EDITORTHEME=ambiance -e ME_CONFIG_BASICAUTH_USERNAME=admin -e ME_CONFIG_BASICAUTH_PASSWORD=password -p 8081:8081 knickers/mongo-express
|
||||
|
||||
psql-container:
|
||||
docker run -it --link tools_postgres_1:postgres --rm postgres:9.4.1 sh -c 'exec psql -h "$$POSTGRES_PORT_5432_TCP_ADDR" -p "$$POSTGRES_PORT_5432_TCP_PORT" -U postgres'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user