Docker for OpenStackID (IDP)

Unit Tests

image build

docker build -t idp_test --target test --no-cache .

run

 docker run -t --rm idp_test ./tests.sh <SHA1_COMMIT> [OPTIONAL] 

Build

Useful commands

  • kill all running containers with
  docker kill $(docker ps -q)
  • delete all stopped containers with
docker rm $(docker ps -a -q)
  • delete all images with
docker rmi $(docker images -q) -f
  • check process using supervisord
supervisorctl