以下Dockerfile为何build不了?问题出在哪里?
天蓬老师
天蓬老师 2017-04-25 09:04:30
0
2
962

FROM ubuntu
LABEL Description="test" Vender="test" Version="1.0"
RUN apt-get update && apt-get install -y git gcc g++ tmux apt-utils mysql-client mysql-server

docker build -t test/test .

卡在下面这里了,等多久没没用,为何会这样呢?
上面Dockerfile问题出在哪里呢?

Selecting previously unselected package psmisc.
Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Unpacking psmisc (22.21-2.1build1) ...
Processing triggers for systemd (229-4ubuntu6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up mysql-common (5.7.16-0ubuntu0.16.04.1) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Selecting previously unselected package mysql-server-5.7.
(Reading database ... 10999 files and directories currently installed.)
Preparing to unpack .../mysql-server-5.7_5.7.16-0ubuntu0.16.04.1_amd64.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Configuring mysql-server-5.7
----------------------------

While not mandatory, it is highly recommended that you set a password for the
MySQL administrative "root" user.

If this field is left blank, the password will not be changed.

New password for the MySQL "root" user: 
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

모든 응답(2)
迷茫

이 작업에는 상호작용이 필요합니다. 비밀번호 입력을 기다리고 있어서 멈췄습니다.
이 기사를 참조하세요: http://blog.csdn.net/fickyou/...

洪涛

빌드 중에는 더 이상 상호작용할 수 없습니다. . mysql이 필요한 경우 mysql 이미지를 직접 다운로드할 수 있습니다. 그래도 뭔가 추가해야 할 경우 먼저 -it로 컨테이너를 연 다음 설치하고 컨테이너를 종료하고 컨테이너를 커밋한 다음 이미지를 만들 수 있습니다.

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!