Skip to content

Commit

Permalink
#2628: redis.dockerfile, ensure 'redis-server' starts up
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Jul 5, 2016
1 parent 0ac5cc2 commit 4842c9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/redis.dockerfile
Expand Up @@ -3,3 +3,6 @@ FROM container-default

## provision with puppet
RUN /opt/puppetlabs/bin/puppet apply /var/machine-learning/puppet/environment/development/manifests/configure_redis.pp --modulepath=/var/machine-learning/puppet/environment/development/modules_contrib:/var/machine-learning/puppet/environment/development/modules --confdir=/var/machine-learning/test

## executed everytime container starts
CMD ["redis-server"]

0 comments on commit 4842c9e

Please sign in to comment.