Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Tadpole HubはDockerHub(https://hub.docker.com/)にTadpoleDBHub形で環境を提供しています。

  • DockerHubのIDを教えてください。

  • Tadpole DB Hubエンジンで使用MySQLの情報を教えてください(IP、Host、Schema、ID、Password)

  • 提供された画像に起動します。

docker run -it -v /Users/hangum/tadpole/docker_tadpole/:/root/tadpole/ -p 32777:8080 hyunjongcho/tadpoledbhubenterprise:latest
  • Dockerコマンド

    • 32777ポートでDockerHubを開始する。

    • TadpoleDBHub Image /root/tadpole/ディレクトリをローカルディレクトリ/Users/hangum/tadpole/ docker_tadpole/としてマウントする。

    • -vのローカルディレクトリを適切な場所に変更します。

  • ブラウザで、http://DOCKER_IP:32777へ接続してください。

  • サーバーのタイムゾーンを設定してください。

  • No labels