Service for training API autotest development skills.
181
Service for training API autotest development skills.
See GitHub repository for more documentation.
docker pull touchbit/automatron:latest
docker run -p 8080:8080 -p 9092:9092 touchbit/automatron:latest
# press Cmd+С to stop execution
Download docker-compose.yml
file or create
version: "3.9"
services:
automatron:
image: touchbit/automatron:latest
ports:
- "8080:8080"
- "9092:9092"
Service start
docker-compose pull # get latest version
docker-compose up # run automatron
# press Cmd+С to stop execution




Content type
Image
Digest
Size
2.3 GB
Last updated
over 4 years ago
docker pull touchbit/automatron