I’ve not messed around with pants environments bef...
# general
c
I’ve not messed around with pants environments before.. I ran a test in a docker_environment, then in an attempt to have the container recreated I stopped and removed it, and now pants complains:
Copy code
Failed to create Docker execution in container: DockerResponseServerError { status_code: 404, message: "No such container: 0899cc0c6ac16b4fbb1332b2cd755dd88668dcfa87849f3b38e2873783f57c6f" }
well, yea, I removed that container. Shouldn’t pants set it up again, then..? 😁
restarting pantsd seems to work, tho…
b
c
ah, yea that’s the one. thanks 🙂