Skip to content

Instantly share code, notes, and snippets.

@amacgregor
Created March 5, 2015 12:12
Show Gist options
  • Select an option

  • Save amacgregor/867b858fafe6b9ab1358 to your computer and use it in GitHub Desktop.

Select an option

Save amacgregor/867b858fafe6b9ab1358 to your computer and use it in GitHub Desktop.
Example usage of amacgregor/base docker image
FROM amacgregor/base
MAINTAINER Allan MacGregor <amacgregor@demacmedia.com>
RUN mkdir -p /srv/www/
COPY config/vhosts/ /etc/apache2/sites-available
RUN a2ensite localhost.com.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment