Skip to main content

10 docs tagged with "containers"

View all tags

Dockerizing a Node.js web app

The goal of this example is to show you how to get a Node.js application into a Docker container. The guide is intended for development, and not for a production deployment. The guide also assumes you have a working Docker installation and a basic understanding of how a Node.js application is structured.

Installing Docker Raspberry Pi

Docker is an innovative technology that developed in a short period (about two years) and is in great demand in modern IT industries today.

Installing Podman , Cockpit, and Nginx Proxy Manager

Docker Alternative with Podman, Cockpit, and Nginx Proxy Manager to manage your Linux server easily and securely! We will install an Ubuntu 21.04 Server and deploy it with a nice management web UI protected with a reverse proxy.

Podman --restart=always container script

This tutorial will guide you through setting up a script that manages Podman containers using systemd. The script ensures that containers are restarted automatically based on specified policies and cleans up systemd services when containers are removed. Additionally, it handles forcibly removing containers and removing images with their associated containers.

The Ultimate Guide to Local & GitHub Repository Cloning

This comprehensive tutorial guides you through configuring Gitea and your local machine for secure cloning, pushing, and pulling repositories using SSH, covering both local repositories hosted on your Raspberry Pi and repositories mirrored from GitHub.

Twitter-bot

To get notified when your Twitter account has a new follower using the Twitter API v2 and a Node.js server, you can set up a webhook to receive events. This process involves creating a web server to listen for incoming webhook events and subscribing to the "follow" event in the Twitter API v2. Here's a step-by-step guide to achieve this: