Skip to content

Commit

Permalink
Add VOLUME for vtdataroot
Browse files Browse the repository at this point in the history
  • Loading branch information
netroby committed Mar 14, 2015
1 parent 93a1b7e commit 9cfa718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
add-apt-repository 'deb http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/debian wheezy main' && \
apt-get update && apt-get install -y mariadb-server libmariadbclient-dev

# Add VOLUME
VOLUME /vt/vtdataroot

# Load files from directory containing Dockerfile
COPY . /vt/src/github.com/youtube/vitess

Expand Down

0 comments on commit 9cfa718

Please sign in to comment.