Page 1 of 1

Docker images for TerraMaster F2/210

Posted: 18 Mar 2024, 07:09
by entorno5
Some docker images, like Mongo and Postgres, can’t be used in my NAS. Somebody know how to locate the right versions to use in this system? Thanks

Re: Docker images for TerraMaster F2/210

Posted: 18 Mar 2024, 11:25
by crisisacting
The 210 series are ARM v8, so an appropriate docker image for those database servers would be necessary.

For the former, mongo community edition docker images list has many options that you could try.

The latter has an official ARM v8 image, would should work.

Re: Docker images for TerraMaster F2/210

Posted: 18 Mar 2024, 20:56
by entorno5
Thanks for your answer!

I have pulled that one (mongodb/mongodb-community-server 4.4.22-ubuntu2004 ), but can´t run it.

Go to Putty to see errors and:


Warning: File MONGO_INITDB_ROOT_USERNAME_FILE is deprecated. Use MONGODB_INITDB_ROOT_USERNAME_FILE instead.
Warning: File MONGO_INITDB_ROOT_PASSWORD_FILE is deprecated. Use MONGODB_INITDB_ROOT_PASSWORD_FILE instead.
Traceback (most recent call last):
File "/usr/local/bin/docker-entrypoint.py", line 637, in <module>
subprocess.run(get_final_command_line_args(), check=True)
File "/usr/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['mongod', '--bind_ip_all']' died with <Signals.SIGILL: 4>

Re: Docker images for TerraMaster F2/210

Posted: 18 Mar 2024, 22:11
by TMcola
entorno5 wrote: 18 Mar 2024, 20:56
You should download a Docker image that is compatible with your Docker version.you can use the "docker info" command to check the Docker version.

Re: Docker images for TerraMaster F2/210

Posted: 18 Mar 2024, 23:10
by entorno5
Client:
Version: unknown-version
API version: 1.30
Go version: go1.7.4
Git commit: unknown-commit
Built: unknown-buildtime
OS/Arch: linux/arm64

Server:
Version: 17.06.0-dev
API version: 1.31 (minimum version 1.12)
Go version: go1.7.4
Git commit: 6d92b0ee1
Built: Sun May 22 01:10:00 2016
OS/Arch: linux/arm64
Experimental: false

Re: Docker images for TerraMaster F2/210

Posted: 20 Mar 2024, 07:56
by entorno5
Any idea?