freeleaps-pub/devbox/devbox.remote/start.sh

6 lines
81 B
Bash

#!/bin/bash
# start SSH Daemon
/usr/sbin/sshd -D &
# start Docker Daemon
dockerd