docker goodness

This commit is contained in:
amitgandhinz 2014-06-27 17:24:47 -04:00
parent 98a8ea7f8e
commit 0601ba0234
2 changed files with 6 additions and 3 deletions

View File

@ -3,8 +3,11 @@
##
##
# Ensure you have your private key in the folder (named 'docker_rsa') where this DockerFile is run from
# and upload your public key 'docker_rsa.pub' to the private Github repo being cloned
# The following files should exist in this folder before running Dockerfile
# - docker_rsa (private key) -> public key should be published to the private git repo
# - cdn.conf (desired configuration for cdn api)
# - logging.conf (desired logging configuration file)
FROM ubuntu:14.04
MAINTAINER Amit Gandhi <amit.gandhi@rackspace.com>

View File

@ -41,4 +41,4 @@ RUN chmod 755 /usr/local/bin/cass-stop
EXPOSE 7199 7000 7001 9160 9042
USER root
CMD cass-dock
RUN