Raspberry PI에 Flat 설치
부동 도구 정보
평면("flat")은 RPi와 다른 SBC가 docker를 활용하는 데 도움을 주기 위해 개발된 웹 UI 관리 도구입니다.
템플릿도 많이 제공되기 때문에 환경을 구축하고 시도할 때 유용하다.
공식 홈페이지:http://flat.wednus.com/home
※ 지난 보도
Raspberry PI에 Flat 도구 설치
1. 미리 실행된 명령
Raspberry PI의 OS를 설치한 후에는 다음 명령을 수행해야 합니다.
※ 2020/5/12는 문제 없이 설치되었습니다.sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
2. Flat 설치 명령 실행
① 명령curl http://host.wednus.com/getflat | sh
② 실행 결과pi@raspberrypi:~ $ curl http://host.wednus.com/getflat | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3574 100 3574 0 0 6630 0 --:--:-- --:--:-- --:--:-- 6630
flat Installation Wizard (v1.2)
[flat] Installing Docker..
# Executing docker install script, commit: 1b02882d63b9cfc484ad6b0180171c679cfe0f3a
+ sudo -E sh -c apt-get update -qq >/dev/null
+ sudo -E sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sudo -E sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo -E sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbian buster stable" > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq >/dev/null
+ [ -n ]
+ sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
+ sudo -E sh -c docker version
Client: Docker Engine - Community
Version: 19.03.8
API version: 1.40
Go version: go1.12.17
Git commit: afacb8b
Built: Wed Mar 11 01:35:24 2020
OS/Arch: linux/arm
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.8
API version: 1.40 (minimum version 1.12)
Go version: go1.12.17
Git commit: afacb8b
Built: Wed Mar 11 01:29:22 2020
OS/Arch: linux/arm
Experimental: false
containerd:
Version: 1.2.13
GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:
sudo usermod -aG docker pi
Remember that you will have to log out and back in for this to take effect!
WARNING: Adding a user to the "docker" group will grant the ability to run
containers which can be used to obtain root privileges on the
docker host.
Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
for more information.
Docker version 19.03.8, build afacb8b
[flat] Add pi to docker group..
[flat] Installing docker-compose..
docker-compose version 1.25.5, build unknown
[flat] Preparing flat..
[flat] Accessing /home/pi/docker-compose.yaml file..
[flat] Installing flat..
Creating network "pi_default" with the default driver
Pulling flat (flab/flat:)...
latest: Pulling from flab/flat
593d29b0c66e: Pull complete
2686e5e928e8: Pull complete
Digest: sha256:428de40da4a82affdcbc02705772eebabbbfedd3e2cf9b4433713173495cb6c7
Status: Downloaded newer image for flab/flat:latest
Creating flat ... done
[flat] Adding en_US.UTF-8 locale..
Generating locales (this might take a while)...
en_GB.UTF-8... done
en_US.UTF-8... done
Generation complete.
[flat] All done. Congratulations!
Now, meet flat at http://localhost:9000.
pi@raspberrypi:~ $
3. Flat 연결
① 연결 주소①http://[raspberry piのip]:90000
②http://localhost:9000
② 초기 연결 화면
관리자 계정의 초기 비밀번호를 지정하는 화면입니다.
※ VNC를 사용합니다.
4. 부동 템플릿 목록
아래의 보도를 참고하십시오.
참고 사이트:부동 도구 템플릿 목록
기타
게시된 템플릿 페이지입니다.
■ Flat 로그인 화면
http://xiger.ipdisk.co.kr:9000
■RPI Monitor Demo
http://xiger.ipdisk.co.kr:88
■OSJS Demo
http://xiger.ipdisk.co.kr:7000
끝날 때
지난번에 RPI4가 잘 설치되지 않았는데 이번에는 다 고친 것 같습니다.
다음에는 LAMP 템플릿을 사용하여 환경을 구축하십시오.
Reference
이 문제에 관하여(Raspberry PI에 Flat 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/neomi/items/7808dbb70d3ed1589633
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Raspberry PI의 OS를 설치한 후에는 다음 명령을 수행해야 합니다.
※ 2020/5/12는 문제 없이 설치되었습니다.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
2. Flat 설치 명령 실행
① 명령curl http://host.wednus.com/getflat | sh
② 실행 결과pi@raspberrypi:~ $ curl http://host.wednus.com/getflat | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3574 100 3574 0 0 6630 0 --:--:-- --:--:-- --:--:-- 6630
flat Installation Wizard (v1.2)
[flat] Installing Docker..
# Executing docker install script, commit: 1b02882d63b9cfc484ad6b0180171c679cfe0f3a
+ sudo -E sh -c apt-get update -qq >/dev/null
+ sudo -E sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sudo -E sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo -E sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbian buster stable" > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq >/dev/null
+ [ -n ]
+ sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
+ sudo -E sh -c docker version
Client: Docker Engine - Community
Version: 19.03.8
API version: 1.40
Go version: go1.12.17
Git commit: afacb8b
Built: Wed Mar 11 01:35:24 2020
OS/Arch: linux/arm
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.8
API version: 1.40 (minimum version 1.12)
Go version: go1.12.17
Git commit: afacb8b
Built: Wed Mar 11 01:29:22 2020
OS/Arch: linux/arm
Experimental: false
containerd:
Version: 1.2.13
GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:
sudo usermod -aG docker pi
Remember that you will have to log out and back in for this to take effect!
WARNING: Adding a user to the "docker" group will grant the ability to run
containers which can be used to obtain root privileges on the
docker host.
Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
for more information.
Docker version 19.03.8, build afacb8b
[flat] Add pi to docker group..
[flat] Installing docker-compose..
docker-compose version 1.25.5, build unknown
[flat] Preparing flat..
[flat] Accessing /home/pi/docker-compose.yaml file..
[flat] Installing flat..
Creating network "pi_default" with the default driver
Pulling flat (flab/flat:)...
latest: Pulling from flab/flat
593d29b0c66e: Pull complete
2686e5e928e8: Pull complete
Digest: sha256:428de40da4a82affdcbc02705772eebabbbfedd3e2cf9b4433713173495cb6c7
Status: Downloaded newer image for flab/flat:latest
Creating flat ... done
[flat] Adding en_US.UTF-8 locale..
Generating locales (this might take a while)...
en_GB.UTF-8... done
en_US.UTF-8... done
Generation complete.
[flat] All done. Congratulations!
Now, meet flat at http://localhost:9000.
pi@raspberrypi:~ $
3. Flat 연결
① 연결 주소①http://[raspberry piのip]:90000
②http://localhost:9000
② 초기 연결 화면
관리자 계정의 초기 비밀번호를 지정하는 화면입니다.
※ VNC를 사용합니다.
4. 부동 템플릿 목록
아래의 보도를 참고하십시오.
참고 사이트:부동 도구 템플릿 목록
기타
게시된 템플릿 페이지입니다.
■ Flat 로그인 화면
http://xiger.ipdisk.co.kr:9000
■RPI Monitor Demo
http://xiger.ipdisk.co.kr:88
■OSJS Demo
http://xiger.ipdisk.co.kr:7000
끝날 때
지난번에 RPI4가 잘 설치되지 않았는데 이번에는 다 고친 것 같습니다.
다음에는 LAMP 템플릿을 사용하여 환경을 구축하십시오.
Reference
이 문제에 관하여(Raspberry PI에 Flat 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/neomi/items/7808dbb70d3ed1589633
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
curl http://host.wednus.com/getflat | sh
pi@raspberrypi:~ $ curl http://host.wednus.com/getflat | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3574 100 3574 0 0 6630 0 --:--:-- --:--:-- --:--:-- 6630
flat Installation Wizard (v1.2)
[flat] Installing Docker..
# Executing docker install script, commit: 1b02882d63b9cfc484ad6b0180171c679cfe0f3a
+ sudo -E sh -c apt-get update -qq >/dev/null
+ sudo -E sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sudo -E sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo -E sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbian buster stable" > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq >/dev/null
+ [ -n ]
+ sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
+ sudo -E sh -c docker version
Client: Docker Engine - Community
Version: 19.03.8
API version: 1.40
Go version: go1.12.17
Git commit: afacb8b
Built: Wed Mar 11 01:35:24 2020
OS/Arch: linux/arm
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.8
API version: 1.40 (minimum version 1.12)
Go version: go1.12.17
Git commit: afacb8b
Built: Wed Mar 11 01:29:22 2020
OS/Arch: linux/arm
Experimental: false
containerd:
Version: 1.2.13
GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:
sudo usermod -aG docker pi
Remember that you will have to log out and back in for this to take effect!
WARNING: Adding a user to the "docker" group will grant the ability to run
containers which can be used to obtain root privileges on the
docker host.
Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
for more information.
Docker version 19.03.8, build afacb8b
[flat] Add pi to docker group..
[flat] Installing docker-compose..
docker-compose version 1.25.5, build unknown
[flat] Preparing flat..
[flat] Accessing /home/pi/docker-compose.yaml file..
[flat] Installing flat..
Creating network "pi_default" with the default driver
Pulling flat (flab/flat:)...
latest: Pulling from flab/flat
593d29b0c66e: Pull complete
2686e5e928e8: Pull complete
Digest: sha256:428de40da4a82affdcbc02705772eebabbbfedd3e2cf9b4433713173495cb6c7
Status: Downloaded newer image for flab/flat:latest
Creating flat ... done
[flat] Adding en_US.UTF-8 locale..
Generating locales (this might take a while)...
en_GB.UTF-8... done
en_US.UTF-8... done
Generation complete.
[flat] All done. Congratulations!
Now, meet flat at http://localhost:9000.
pi@raspberrypi:~ $
① 연결 주소
①http://[raspberry piのip]:90000
②http://localhost:9000
② 초기 연결 화면관리자 계정의 초기 비밀번호를 지정하는 화면입니다.
※ VNC를 사용합니다.
4. 부동 템플릿 목록
아래의 보도를 참고하십시오.
참고 사이트:부동 도구 템플릿 목록
기타
게시된 템플릿 페이지입니다.
■ Flat 로그인 화면
http://xiger.ipdisk.co.kr:9000
■RPI Monitor Demo
http://xiger.ipdisk.co.kr:88
■OSJS Demo
http://xiger.ipdisk.co.kr:7000
끝날 때
지난번에 RPI4가 잘 설치되지 않았는데 이번에는 다 고친 것 같습니다.
다음에는 LAMP 템플릿을 사용하여 환경을 구축하십시오.
Reference
이 문제에 관하여(Raspberry PI에 Flat 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/neomi/items/7808dbb70d3ed1589633
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
게시된 템플릿 페이지입니다.
■ Flat 로그인 화면
http://xiger.ipdisk.co.kr:9000
■RPI Monitor Demo
http://xiger.ipdisk.co.kr:88
■OSJS Demo
http://xiger.ipdisk.co.kr:7000
끝날 때
지난번에 RPI4가 잘 설치되지 않았는데 이번에는 다 고친 것 같습니다.
다음에는 LAMP 템플릿을 사용하여 환경을 구축하십시오.
Reference
이 문제에 관하여(Raspberry PI에 Flat 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/neomi/items/7808dbb70d3ed1589633
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Raspberry PI에 Flat 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/neomi/items/7808dbb70d3ed1589633텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)