This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
datahub
Watch
2
Star
0
Fork
0
You've already forked datahub
mirror of
https://github.com/datahub-project/datahub.git
synced
2025-07-25 10:30:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
datahub
/
wherehows-docker
/
wherehows-mysql
/
Dockerfile
7 lines
89 B
Docker
Raw
Normal View
History
Unescape
Escape
Fix and significatly simplify the docker build process. (#593)
2017-07-13 09:39:59 -07:00
FROM
mysql:5.6
updates elasticsearch docker config to shell env variables
2017-07-27 09:31:19 -07:00
RUN
apt-get update
updated code review feedbacks
2017-07-26 15:10:12 -07:00
EXPOSE
3306
ADD
init.sql /docker-entrypoint-initdb.d
Reference in New Issue
Copy Permalink