Working on a Project Name : Deploying lms application using docker
docker: Error response from daemon: Conflict. The container name “/lms-fenew” is already in use by container “22e160b0ca638f88bc8cc45dd5521f2ac67cc956769ada281d6ad68dd0ed2e1d”. You have to remove (or rename) that container to be able to reuse that name.
url of the service within docker compose yaml
There is a docker some-image:v1
that if it is run with docker run
, the URL to use for curl request would be: http://localhost/endpoint
If the same image along with another version are spin up with docker compose up
with the following yaml file: