File Locked, how to reset using docker

10.0.10

Steps to reproduce

1.Changed file extension from .jpg to .pdf
2. File locked, wont unlock

Expected behaviour

Tell us what should happen
File(s) shouldn’t lock.

Actual behaviour

Tell us what happens instead
File(s) locked

Server configuration

Operating system:
OSX 10.13.6
Docker 18.06.1

ownCloud version: (see ownCloud admin page)

10.0.10

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

<script src="https://gist.github.com/Jared944/297278e4468dce691f1cfa9c7d1ae967.js"></script>

**The content of config/config.php:**

<script src="https://gist.github.com/Jared944/e35f9b4e2e6a043af180cff07646a639.js"></script>

Log in to the web-UI with an administrator account and click on
'admin' -> 'Generate Config Report' -> 'Download ownCloud config report'
This report includes the config.php settings, the list of activated apps
and other details in a well sanitized form.

or 

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder

*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above
methods whenever possible. Both, the generated reports from the web-ui and from occ config:list
consistently remove sensitive data. You still may want to review the report before sending.
If done manually then it is critical for your own privacy to dilligently
remove *all* host names, passwords, usernames, salts and other credentials before posting.
You should assume that attackers find such information and will use them against your systems.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

Are you using external storage, if yes which one: local/smb/sftp/… No

Are you using encryption: No

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…

I found this link that shows the steps to unlock a file :

Though I do not know how to do that through docker. I’m not amazingly adapt at command line. Any help would be appreciated.

Thanks,

Jared

Did you install ownCloud in a docker container or did you use the official ownCloud docker container?