Sign inSign up

raimadb/rdm

By raimadb

•Updated 4 months ago

RaimaDB with examples, and a HTTP server with documentation

Image
0

1.3K

raimadb/rdm repository overview

⁠Oveview

This is RaimaDB installed with examples and documentation you can run and try out.

⁠Running the image

Start the image as follows:

  • docker run --rm -p 8080:80 -it raimadb/rdm:latest

If you have access to the images IP address you can leave out the "-p 8080:80". When the image starts up it will prompt you to enter some information to obtain a license and echo out how to access the HTTP server from a browser. If you do not have access to the containers IP address use localhost:8080 (assuming you specified port 8080 above).

⁠Whats inside the image

The image has RaimaDB (https://raima.com⁠) installed under '/opt/raima'. A copy of the examples have been made into the 'ubuntu' default user account together with a README file and a VS Code workspace on file. This has been added into a local git repository for you to keep track of any changes you do as you work through these examples.

⁠Connecting to the image from VS Code

After you have started the image as described earlier attach to the image from VS Code as follows:

  • Open Visual Studio Code.

  • Press F1 or Ctrl+Shift+P (Cmd+Shift+P on macOS) to open the Command Palette.

  • Type Remote-Containers: Attach to Running Container... and select it.

  • From the list of running containers, select your container.

⁠Whats next

From VS Code you should be able to open /home/ubuntu/GettingStarted/README and follow the instruction there.

Tag summary

Content type

Image

Digest

sha256:1583719eb…

Size

940.8 MB

Last updated

4 months ago

docker pull raimadb/rdm