Coder Social home page Coder Social logo

uleo-x's Introduction

Uleo-X: Ubuntu-Lmod-Easybuild-OpenPBS--Xrdp

A scientific simulation environment for single machines with lmod environment modules, OpenPBS job manager and xfce4-desktop with Xrdp

This Dockerfile contains a lmod environment system based on lua, also easybuild is configured. On top there is an OpenPBS job manager. This Image is based on Ubuntu 18.04.

Build the container

To build this Dockerfile just type

docker build -t uleo-x:18.04 .

inside the Dockerfile containing directory. Check if the "scripts" folder is also present. In the Dockerfile it is possible to change the versions of lua, lmod, easybuild and openPBS if you wish a different release to be installed.

Start the container

To run this Containerbuild just type

docker run -itd -p {PortForSSHOnHost}:22/tcp -p 3389:3389 -p 445:445 -p 139:139 -v {SpeicherpfadHost}:/scratch --privileged --name uleo-x --hostname uleo-x --shm-size=256G uleo-x:18.04

The entrypoint script will start the OpenPBS-service and ssh daemon.

Usage

For building modules there is already an existing user called easybuilder with assigned rights. Notice: Before you make your first connect via ssh to easybuilder be sure to set a user account password! Do this by executing a bash inside the container by

docker exec -it uleo-x bash

Now you´re inside the container as root user. Assign a password by

passwd easybuilder

Leave the shell and you can connect with your prefered ssh client to connect to easybuilder with your assigned password. Due to x11 forwarding is enabled at the ssh daemon you can connect with x11 fowarding to the user to edit some files with e.g. medit.

It is also possible to access user accounts via remote desktop. For Windows use Remote Desktop, Linux users can join via Remmina client.

Network organizational chart:

netplan

uleo-x's People

Contributors

mormacill avatar

Watchers

 avatar

uleo-x's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.