UMI tool: implementation of Universa Method Invokation RPC protocol.
1.3K
This is the Docker image of UMI (Universa Method Invokation) tool, providing the RPC-like access to Universa Java API.
See more details at UMI protocol page in Universa Knowledge Base.
docker run --publish 127.0.0.1:27000:27000/tcp universa/umi --listen tcp://0.0.0.0:27000
The Docker image publishes the internal port 27000; so if you (most likely) want to access the UMI tool using TCP interface, you need to launch it with --listen tcp://0.0.0.0:27000 (not any other port).
To test the UMI tool is running correctly, you can use the netcat (nc) program; for example, let’s call the version UMI command:
echo '{"serial":0,"cmd":"version"}' | nc 127.0.0.1 27000
Content type
Image
Digest
Size
87.5 MB
Last updated
almost 7 years ago
docker pull universa/umi