docker pull stiborv/rest-api:latest
docker run --name rest-api --network my-network -d -p ${REST_API_PORT}:${REST_API_PORT} --add-host=host.docker.internal:host-gateway -it stiborv/rest-api:latest
REST_API_PORT="5053"
Content type
Image
Digest
sha256:c4ed4527e…
Size
151.7 MB
Last updated
about 2 years ago
docker pull stiborv/rest-api