We use Xen Orchestra as the web interface for students to create and manage VMs via our XCP-ng Pool in PJ Carrolls. The login is found at https://xoa.comp.dkit.ie and most students are familiar with this excellent resource. But what if a student wanted to mange their own pool of virtualisation servers in a Specialist Lab, running either XCP-ng or XenServer?
How to Dockerise a Node.js application
Continuous Integration Pipelines with GitLab using Docker
This tutorial is very similar to the previous one, except this time we will create our GitLab Runner on Docker. As we won’t be repeating a lot of the material, please read the other tutorial first.
Continuous Integration Pipelines with GitLab using XOA
GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs.
Adding Files from your GitLab Project to a Dockerfile
In the last tutorial we look at adding local files to your Dockerfile for image deployment. This time, let’s look at at files from your project on the DkIT GitLab server.
Managing your own Docker Host with XOA
If you read our recent tutorial series on using Docker Containers via a web frontend you may also be curious about Docker on the command line.
Accessing Your Docker Containers Remotely
This tutorial follows on from Accessing Your Docker Containers on your Private Network and is part of a series. If this is your first time here, maybe start at the beginning. This is the final part.
Accessing Your Docker Containers on your Private Network
This tutorial follows on from Using Pre-Built Docker Container Templates and is part of a series. If this is your first time here, maybe start at the beginning.
Using Pre-Built Docker Container Templates
This tutorial follows on from Creating a Docker Container from a Pulled Image and is part of a series. If this is your first time here, maybe start at the beginning.
Creating a Docker Container from a Pulled Image
This tutorial follows on from Building an Image from a Dockerfile (and adding to the DkIT Registry) and is part of a series. If this is your first time here, maybe start at the beginning.