mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-25 20:07:55 +00:00
You can user `ENV` directive in Dockerfile to disable the installation for some services or change `image/buildconfig`. The flags are : DISABLE_SSHD DISABLE_CRON DISABLE_SYSLOG
4 lines
40 B
Bash
Executable File
4 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
exec /usr/sbin/sshd -D
|