- Docker registry is a stateless application server that stores Docker images.
- Docker Hub is the best-known public Docker registry.
- The convention is <registry_address>/<image_name>:<tag>.
- The staging environment is the pre-production environment dedicated to integration and acceptance testing.
- The following commands: docker build, docker login, docker push.
- They allow us to specify tests in a human-readable format, which helps with collaboration between business and developers.
- Acceptance Criteria (feature scenario specification), Step Definitions, Test Runner.
- Acceptance test-driven development is a development methodology (seen as an extension of TDD) that says to always start the development process from the (failing) acceptance tests.




















































