Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download latest Ubuntu image: ~/.local/bin/udocker pull ubuntu
  2. Verify available images: ~/.local/bin/udocker images
  3. Create a container: ~/.local/bin/udocker create --name=udocker-ubuntu ubuntu
  4. List running containers: ~/.local/bin/udocker ps
  5. Run an interactive shell: ~/.local/bin/udocker run udocker-ubuntu /bin/bash
  6. Check user: whoami
  7. Check operating system: cat /etc/os-release
  8. Exit from the container: exit
  9. Delete the container: ~/.local/bin/udocker rm udocker-ubuntu

IMAS image

IMAS environment is available as a Docker image. Currently it is exported as an archive and made available on the Gateway.

Loading image to uDocker

To load the image, please run: ~/.local/bin/udocker load -i ~g2tomz/public/imas-fc2k-latest.tar.xz

Info

This step takes about 1 minute without any progress indication, so please wait until it is finished.