-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已經不能用了嗎?拉不到docker images #11
Comments
Hi @changchichung, build docker image before executing the make run, thanks. How to build the base docker images please follow the section of |
@toomore I did !
my docker images
|
there's no make start_mariadb section in README , so I miss that part. |
@changchichung oooh~ thank you for your feedback, I will revise the |
~/Downloads/mailbox-2.7.1$ make run_cmd
docker run -it --rm
--link mailbox-mariadb-prod:MARIADB
-v /home/chchang/Downloads/mailbox-2.7.1/workdir:/workdir
-e "mailbox_ses_key=xxx"
-e "mailbox_ses_token=xxx"
-e "mailbox_ses_sender=xxx"
-e "mailbox_ses_replyto=xxx"
-e "mailbox_web_site=xxx"
toomore/mailbox:cmd
Unable to find image 'toomore/mailbox:cmd' locally
docker: Error response from daemon: pull access denied for toomore/mailbox, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
make: [Makefile:63:run_cmd] 錯誤 125 (已忽略)
The text was updated successfully, but these errors were encountered: