Wordpress that has not been updated in a docker container on a vServer has probably been hacked since the provider notified me about the server sending phishing mails and deactivated my machine.
Now they let me run a rescue linux from where I can mount the former server SSD. Can anyone tell me how to prevent the specific container from running when the original OS is powered up again? Cause obviously I can't call the docker daemon to set any parameters ...
The manual solution would be to delete or move
/var/lib/docker/containers
. Inside of each sub-folder will be aconfig.v2.json
andhostconfig.json
which you may be able adjust by hand, particularly the entry inhostconfig.json
for:which you can try changing to:
You can also simply disable the Docker service, depending on how that is launched.