#!/bin/sh # Change the docker.service file to allow the Docker to run in RAM mkdir -p /etc/systemd/system/docker.service.d # Create or overwrite the override.conf file with the new Environment variable tee /etc/systemd/system/docker.service.d/override.conf > /dev/null <