Build the short url system using Django.
88
Pull image command:
docker image pull cscashley/shorturl-api-django:v1.0.0
Run the image in the local environment, using port 8000:
docker run --name django-app -p 8000:8000 -d cscashley/shorturl-api-django:v1.0.0
Content type
Image
Digest
sha256:76a9fc5c2…
Size
341 MB
Last updated
about 2 years ago
docker pull cscashley/shorturl-api-django:v1.0.0