write workflow of code
explain deployment parameters
Run docker-compose up with the b/m docker-compose.yml and test endpoint with b/m API, body and check against expected results
version: '3.3'
services:
checkmi:
ports:
- '10101:10101'
volumes:
- '/home:/home'
restart: unless-stopped
image: echizen321/checkmi
...
POST
http://172.17.0.1:10101/checkMediaIntegrity
{
"fileLocation": "/home/plato/Desktop/few_images/isis.png"
}
{
"Corrupted": false,
"api": "/checkMediaIntegrity"
}
...
Content type
Image
Digest
Size
556.9 MB
Last updated
over 6 years ago
docker pull echizen321/checkmi