HWPORT Sigmadesigns dev environment - https://www.minzkn.com/moniwiki/wiki.php/hwport/sigmadesigns
3.1K
Docker 환경 구축 방법
이재홍님의 Docker 원고 (강력 추천) http://pyrasis.com/docker.html
Docker 의 Network 구조에 대한 이해를 위한 내용 (필수 이해 필요) http://bluese05.tistory.com/15 (docker0와 container network 구조) http://bluese05.tistory.com/38 (container network 방식 4가지) http://bluese05.tistory.com/53 (container 외부 통신 구조) http://bluese05.tistory.com/54 (container link 구조)
Docker image를 빌드하기 위한 Dockerfile 작성예 https://hub.docker.com/r/fgrehm/vagrant-ubuntu/~/dockerfile/ http://label-schema.org/rc1/ (Dockerfile에서 LABEL정의) https://hub.docker.com/_/ubuntu-upstart/ (Docker를 구동하기 가장 좋은 ubuntu-upstart image project)
docker hub (hub.docker.com)에서 다운로드(pull)하여 실행하는 방법
smp86xx: Pulling from hwport/sigmadesigns ... Status: Downloaded newer image for hwport/sigmadesigns:smp86xx
REPOSITORY TAG IMAGE ID CREATED SIZE hwport/sigmadesigns smp86xx ...
...
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES hwport/sigmadesigns:smp86xx "/sbin/init" 0.0.0.0:->22/tcp ...
root@:/# useradd -c "" -d "/home/" -g users -G users,adm,sudo -m -s /bin/bash root@:/# passwd Enter new UNIX password: <myaccount's password> Retype new UNIX password: <myaccount's password> passwd: password updated successfully root@:/# exit
The authenticity of host '[localhost]: ([::1]:)' can't be established. ECDSA key fingerprint is SHA256:<...>. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '[localhost]:' (ECDSA) to the list of known hosts. @localhost's password: <myaccount's password> @:~$
Content type
Image
Digest
sha256:39efe82ba…
Size
932.3 MB
Last updated
18 days ago
docker pull hwport/sigmadesigns