Skip to content

Instantly share code, notes, and snippets.

@markllama
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markllama/f411916593003fa1ce2f to your computer and use it in GitHub Desktop.
Save markllama/f411916593003fa1ce2f to your computer and use it in GitHub Desktop.
A content image for Pulp worker and apache containers
FROM markllama/pulp-base
MAINTAINER Mark Lamourine <markllama@gmail.com>
# Define and export the Pulp content locations
VOLUME ["/var/www", "/var/lib/pulp"]
# Run a command that indicates (trivial) success and exits
CMD ["/bin/true"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment