79730219

Date: 2025-08-08 20:59:06
Score: 1
Natty:
Report link

If you run dbshell inside a container, the .dbshell file will be created inside that container’s filesystem, in the home directory of the user running the command.

So:

bash

docker exec -it <your_container> bash ls -la ~ | grep .dbshell

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sibusiso Makhiwane