ic3software/iccube

By ic3software

Updated about 1 month ago

The official icCube image.

Image
2

50K+

ic3software/iccube repository overview

icCube v9.1.1 Released

There is no public latest tag so the Docker Pull Command of this page does not work. Please use a pull command with a specific tag instead.

License

You need a valid license to start icCube. Please contact us to request an evaluation license. Academic use requires your professor to request an educational license.

Trial/Evaluation Run

Note that once the container is deleted, all icCube data is being deleted as well. Check this page for production use.

amd64 / arm64

For a trial/evaluation keeping the data (and the registered license) within the container :

docker run -d --name icCube-eval --restart unless-stopped -p 8282:8282 \
        ic3software/iccube:9.1.1-chromium
amd64

You can as well use a Chrome (used for printing) based container:

docker run -d --name icCube-eval --restart unless-stopped -p 8282:8282 \
        ic3software/iccube:9.1.1

Tags with -j9 are using the OpenJ9 JVM.

Register a License

Connect as admin (password: admin) user. A single page is then being displayed for registering the license. Use the Register a License button to select and upload the icCube-4.lic file received from icCube.

Production (Advanced) Run

Check this page for more options for running this Docker

Access

Once started you can access icCube by opening a browser:

http://localhost:8282/icCube/console

Connect as an anonymous user by leaving blank the username or as admin (pasword: admin).

Dockerfile (Github)

Check this page for accessing the source code of the Dockerfile used to build this image.

_

Tag summary

Content type

Image

Digest

sha256:2843af561

Size

662.5 MB

Last updated

about 1 month ago

Requires Docker Desktop 4.37.1 or later.