From 40a73478ebe3bb41e5c8b621421c37b5b1787634 Mon Sep 17 00:00:00 2001
From: Shane <shane@axiomdatascience.com>
Date: Tue, 15 Mar 2016 07:15:46 +0800
Subject: [PATCH] Remove unused sshd.conf and start.sh

---
 /dev/null |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/setup.sh b/setup.sh
deleted file mode 100755
index e69de29..0000000
--- a/setup.sh
+++ /dev/null
diff --git a/sshd.conf b/sshd.conf
deleted file mode 100644
index dc167f4..0000000
--- a/sshd.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-[program:sshd]
-user=root
-command=/usr/sbin/sshd -D
-autorestart=true
-stopsignal=INT
diff --git a/start.sh b/start.sh
deleted file mode 100644
index c5be777..0000000
--- a/start.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Put any tasks you would like to have carried
-# out when the container is first created here
-
-# Set the root passwd - grep docker logs for it
-ROOT_PASSWORD=`pwgen -c -n -1 12`
-echo "root:$ROOT_PASSWORD" | chpasswd
-echo "root login password: $ROOT_PASSWORD"
-
-# Also echo out the pg password written to
-# /PGPASSWORD.txt when the image was made
-# by start-postgres.sh
-
-# Launch supervisor
-supervisord -n

--
Gitblit v0.0.0-SNAPSHOT