1. การติดตั้ง Docker บน EVE-NG VM
wget -q -O- https://get.docker.com/ | bash
2. ทำการ Modify ไฟล์
vi /lib/systemd/system/docker.service
ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:4243เสร็จแล้วทำการ Save
3. ทำการ Restart Services
root@eve-ng:~#systemctl daemon-reload root@eve-ng:~#sudo service docker restart root@eve-ng:~# netstat -tlnp | grep 4243 tcp6 0 0 :::4243 :::* LISTEN 2280/dockerd root@eve-ng:~# root@eve-ng:~# docker version Client: Version: 1.12.5 API version: 1.24 Go version: go1.6.4 Git commit: 7392c3b Built: Fri Dec 16 02:42:17 2016 OS/Arch: linux/amd64 Server: Version: 1.12.5 API version: 1.24 Go version: go1.6.4 Git commit: 7392c3b Built: Fri Dec 16 02:42:17 2016 OS/Arch: linux/amd64 root@eve-ng:~#
บทความเดิมมีเนื้อหาเพิ่มเติม How To Adding and Run Docker Container on UnetLab
i took these steps but i does not show in eve-ng
ReplyDeleteeve-ng os current version not support native docker, you may be use docker in linux on labs.
Deletewhy when connected to iol not able to ping?
ReplyDelete