-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker hello-world cleanup #16
Labels
bug
Something isn't working
Comments
yikes! Thanks for that, @KasperZutterman! Feel free to send a pull request if you want to submit some code to fix it, else, I'll take a look at it soon |
mine:
haha! and that's with some occasional bulk cleanup |
KasperZutterman
added a commit
to KasperZutterman/go
that referenced
this issue
Dec 10, 2020
This is a bugfix for [Lokl - Docker hello-world cleanup - elementor#16](elementor/lokl#16) Using [docker info](https://stackoverflow.com/questions/43721513/how-to-check-if-the-docker-engine-and-a-docker-container-are-running/55586977#55586977) to check if Docker is running.
I've created the following pull request in the correct repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the go.sh script, method test_docker_available() runs:
docker run hello-world > /dev/null 2>&1
to test if docker is configuered correctly.This test container never gets cleaned up, resulting in a bunch of hello-world containers:
The text was updated successfully, but these errors were encountered: