In this article we’ll show you how to create and deploy a Docker image for an application you have written in Node.js.
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.
Building an Image from a Dockerfile (and adding to the DkIT Registry)
This tutorial follows on from Creating a Private Network for Your Docker Containers and is part of a series. If this is your first time here, maybe start at the beginning.