You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running (cargo build) the basic auto_build example gives me the output:
Error: Container(Error { msg: "`docker` couldn't spawn container: docker: Error response from daemon: Conflict. The container name \"/cornucopia_postgres\" is already in use by container \"773d6cf431b71da514ee1e7c2e9ea0acd710cce31fde05bc50391e7834d9440b\". You have to remove (or rename) that container to be able to reuse that name.\nSee 'docker run --help'.\n", help: Some("First, check that the docker daemon is up-and-running. Then, make sure that port 5435 is usable and that no container named `cornucopia_postgres` already exists.") })
I have no running container, checked docker ps, and no ports binding to 5432, check sudo lsof -i:5432.
On a Mac M2
The text was updated successfully, but these errors were encountered:
Running (
cargo build
) the basicauto_build
example gives me the output:I have no running container, checked
docker ps
, and no ports binding to5432
, checksudo lsof -i:5432
.On a Mac M2
The text was updated successfully, but these errors were encountered: