Docker images for TerraMaster F2/210

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
Post Reply
User avatar
entorno5
Posts: 5
Joined: 19 Sep 2022, 07:21

Docker images for TerraMaster F2/210

Post 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
User avatar
crisisacting
Posts: 263
Joined: 20 Jan 2022, 16:42

Re: Docker images for TerraMaster F2/210

Post 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.
User avatar
entorno5
Posts: 5
Joined: 19 Sep 2022, 07:21

Re: Docker images for TerraMaster F2/210

Post 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>
User avatar
TMcola
TerraMaster Team
Posts: 44
Joined: 11 Aug 2023, 18:15
China

Re: Docker images for TerraMaster F2/210

Post 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.
User avatar
entorno5
Posts: 5
Joined: 19 Sep 2022, 07:21

Re: Docker images for TerraMaster F2/210

Post 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
User avatar
entorno5
Posts: 5
Joined: 19 Sep 2022, 07:21

Re: Docker images for TerraMaster F2/210

Post by entorno5 »

Any idea?
Post Reply

Return to “Developer Discussion Room”