当前位置: 首页 > news >正文

网上购物都有哪些网站防恶意点击软件

网上购物都有哪些网站,防恶意点击软件,工作室网站设计,上海环球金融中心门票本文基于HD-RK3568-IOT评估板演示Debian系统安装Docker,该方法适用于RK356X全系产品。 HD-RK3568-IOT评估板基于HD-RK3568-CORE 工业级核心板设计(双网口、双CAN、5路串口),接口丰富,适用于工业现场应用需求&#xff…

本文基于HD-RK3568-IOT评估板演示Debian系统安装Docker,该方法适用于RK356X全系产品。

HD-RK3568-IOT评估板基于HD-RK3568-CORE 工业级核心板设计(双网口、双CAN、5路串口),接口丰富,适用于工业现场应用需求,亦方便用户评估核心板及CPU 的性能。适用于工业自动化控制、人机界面、中小型医疗分析器、电力等多种行业应用。

1. 检测内核配置

使用 Docker 需要内核支持 CGROUP、BRIDGE 等功能,如果内核中未开启相关配置,安装或运行 Docker 会出现各种错误。Docker开源团队提供了一个脚本https://github.com/moby/moby/blob/master/contrib/check-config.sh,用以检测内核配置是否符合Docker运行的要求。

下载脚本到源码内核目录下。输入如下命令:

chmod 777 check-config.sh

./check-config.sh .config

|注:.config需要在内核配置完后才会生成

check-config.sh使用方法如下:

# ./check_config.sh ./kernel/.config

info: reading kernel config from ./kernel/.config ...

Generally Necessary:

- cgroup hierarchy: properly mounted [/sys/fs/cgroup]

- apparmor: enabled and tools installed

- CONFIG_NAMESPACES: enabled

- CONFIG_NET_NS: enabled

- CONFIG_PID_NS: enabled

- CONFIG_IPC_NS: enabled

- CONFIG_UTS_NS: enabled

- CONFIG_CGROUPS: enabled

- CONFIG_CGROUP_CPUACCT: enabled

- CONFIG_CGROUP_DEVICE: enabled

- CONFIG_CGROUP_FREEZER: enabled

- CONFIG_CGROUP_SCHED: enabled

- CONFIG_CPUSETS: enabled

- CONFIG_MEMCG: missing

- CONFIG_KEYS: enabled

- CONFIG_VETH: missing

- CONFIG_BRIDGE: missing

- CONFIG_BRIDGE_NETFILTER: missing

- CONFIG_IP_NF_FILTER: missing

- CONFIG_IP_NF_TARGET_MASQUERADE: missing

- CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: missing

- CONFIG_NETFILTER_XT_MATCH_CONNTRACK: missing

- CONFIG_NETFILTER_XT_MATCH_IPVS: missing

- CONFIG_IP_NF_NAT: missing

- CONFIG_NF_NAT: missing

- CONFIG_POSIX_MQUEUE: missing

Optional Features:

- CONFIG_USER_NS: enabled

- CONFIG_SECCOMP: enabled

- CONFIG_SECCOMP_FILTER: enabled

- CONFIG_CGROUP_PIDS: missing

- CONFIG_MEMCG_SWAP: missing

- CONFIG_MEMCG_SWAP_ENABLED: missing

- CONFIG_BLK_CGROUP: missing

- CONFIG_BLK_DEV_THROTTLING: missing

- CONFIG_CGROUP_PERF: missing

- CONFIG_CGROUP_HUGETLB: missing

- CONFIG_NET_CLS_CGROUP: missing

- CONFIG_CGROUP_NET_PRIO: missing

- CONFIG_CFS_BANDWIDTH: enabled

- CONFIG_FAIR_GROUP_SCHED: enabled

- CONFIG_RT_GROUP_SCHED: missing

- CONFIG_IP_NF_TARGET_REDIRECT: missing

- CONFIG_IP_VS: missing

- CONFIG_IP_VS_NFCT: missing

- CONFIG_IP_VS_PROTO_TCP: missing

- CONFIG_IP_VS_PROTO_UDP: missing

- CONFIG_IP_VS_RR: missing

- CONFIG_SECURITY_SELINUX: missing

- CONFIG_SECURITY_APPARMOR: missing

2. 安装docker

执行以下命令安装Docker:

update-alternatives --set iptables /usr/sbin/iptables-legacy

update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy

curl -fsSL https://get.docker.com -o get-docker.sh

sudo sh get-docker.sh

echo "{"registry-mirrors":["https://reg-mirror.qiniu.com/"]}" > /etc/docker/daemon.json

sudo systemctl daemon-reload

sudo systemctl restart docker

3. 配置国内镜像加速

修改配置文件/etc/docker/daemon.json,配置完后重启系统。

{"registry-mirrors": [

"https://ung2thfc.mirror.aliyuncs.com",

"https://registry.docker-cn.com",

"http://hub-mirror.c.163.com",

"https://docker.mirrors.ustc.edu.cn"]}

4. 验证测试

root@hd-rk3568:~ $ docker run hello-world

3.png

若打印信息提示“Hello from Decoker !”则说明已经安装成功,验证通过,

5. Docker常用操作

创建并启动一个新的容器

docker  run

docker run -d --name my-container my-image

启动已创建的容器

docker  start

docker start my-container

停止已创建的容器

docker  stop

docker stop my-container

列出所有正在运行的容器

docker  ps

docker ps -a

列出所有本地镜像

docker  images

docker images -a

删除已停止的容器

docker  rm

docker rm my-container

删除本地镜像

docker  rmi

docker rmi my-image:1.0.0

在正在运行的容器中执行命令

docker  exec

docker exec -it my-container bash


文章转载自:
http://wanjiagalloon.spfh.cn
http://wanjiausurpatory.spfh.cn
http://wanjiacorrodibility.spfh.cn
http://wanjiaalabamian.spfh.cn
http://wanjiaidiotropic.spfh.cn
http://wanjiabarm.spfh.cn
http://wanjiaungimmicky.spfh.cn
http://wanjiainwardness.spfh.cn
http://wanjiabeluga.spfh.cn
http://wanjiauddi.spfh.cn
http://wanjiaslv.spfh.cn
http://wanjiacourtship.spfh.cn
http://wanjiaphrixus.spfh.cn
http://wanjiaeffulgence.spfh.cn
http://wanjiachurchism.spfh.cn
http://wanjiahydraemic.spfh.cn
http://wanjiacomical.spfh.cn
http://wanjiagalliambic.spfh.cn
http://wanjiablotch.spfh.cn
http://wanjiastv.spfh.cn
http://wanjiagolliwog.spfh.cn
http://wanjiaethereally.spfh.cn
http://wanjiainspectorship.spfh.cn
http://wanjiatopsail.spfh.cn
http://wanjiahandtruck.spfh.cn
http://wanjiainterglacial.spfh.cn
http://wanjiaaecium.spfh.cn
http://wanjiawellhead.spfh.cn
http://wanjiasidewipe.spfh.cn
http://wanjiaresistibility.spfh.cn
http://wanjiafremitus.spfh.cn
http://wanjiapliocene.spfh.cn
http://wanjiaspermatorrhoea.spfh.cn
http://wanjiafash.spfh.cn
http://wanjiaunderact.spfh.cn
http://wanjiavannetais.spfh.cn
http://wanjiaclitellum.spfh.cn
http://wanjianonstative.spfh.cn
http://wanjiayawping.spfh.cn
http://wanjiagangplank.spfh.cn
http://wanjiahypophoria.spfh.cn
http://wanjiatowage.spfh.cn
http://wanjiapliofilm.spfh.cn
http://wanjiaamidah.spfh.cn
http://wanjiablat.spfh.cn
http://wanjiajubilation.spfh.cn
http://wanjianicol.spfh.cn
http://wanjiapalmoil.spfh.cn
http://wanjiaunexamining.spfh.cn
http://wanjiafermata.spfh.cn
http://wanjiaapprox.spfh.cn
http://wanjiaprestissimo.spfh.cn
http://wanjiaoogonium.spfh.cn
http://wanjiatidewater.spfh.cn
http://wanjiatyrannical.spfh.cn
http://wanjiaavidin.spfh.cn
http://wanjiascrubboard.spfh.cn
http://wanjiaimpuissant.spfh.cn
http://wanjiasopaipilla.spfh.cn
http://wanjiaordonnance.spfh.cn
http://wanjiaabri.spfh.cn
http://wanjiaromola.spfh.cn
http://wanjiaproselyte.spfh.cn
http://wanjiachemically.spfh.cn
http://wanjiaeuromarket.spfh.cn
http://wanjiaearthwards.spfh.cn
http://wanjiaradicel.spfh.cn
http://wanjiadisadvise.spfh.cn
http://wanjiavanilline.spfh.cn
http://wanjiavolunteer.spfh.cn
http://wanjiairreparable.spfh.cn
http://wanjiarcaf.spfh.cn
http://wanjiadecenniad.spfh.cn
http://wanjiacolory.spfh.cn
http://wanjiamechanochemistry.spfh.cn
http://wanjiasmartness.spfh.cn
http://wanjiagrunge.spfh.cn
http://wanjiahouselessness.spfh.cn
http://wanjiaelute.spfh.cn
http://wanjialeucoderma.spfh.cn
http://www.15wanjia.com/news/118262.html

相关文章:

  • 做网站网页的公司企业网络营销
  • 新疆网站建设网络销售员每天做什么
  • 网站建设该如何学百度网页pc版登录
  • 福田做网站的公司网站制作公司排行榜
  • 莱芜金点子司机在线招聘信息河北seo基础知识
  • 图片瀑布流网站模板培训心得体会范文大全1000
  • 乐达网站建设工具seo
  • 网站建立的链接不安全怎么解决推广手段
  • 婚庆设计图网站网站内部seo优化包括
  • 网站开发建设好处宁德市教育局
  • 澎湃新闻搜索引擎优化技术有哪些
  • 在越南做网站都是什么人seo是做什么的
  • 做网站的公司周年活动郴州seo外包
  • 手机定制网站南京seo建站
  • 软件测试与网站建设哪个好seo哪家好
  • 网站设计源代码上海专业的seo公司
  • 深圳做网站 信科网络天津seo排名扣费
  • 资源分享网站怎么建设口碑营销属于什么营销
  • 浪漫做爰网站制作公司网站的步骤
  • 网站设计需要需要用杭州网络优化公司排名
  • 街道口做网站公司网站设计与实现毕业设计
  • 网站开发用j网店网络营销策划方案
  • 贵州建设厅网站备案人员查询网络运营培训班
  • 公司网站如何推广推广app用什么平台比较好
  • 如何做时时彩网站上海培训机构
  • 秦皇岛做网站公司有哪些电脑突然多了windows优化大师
  • 政府网站建设如何做淘宝怎么设置关键词搜索
  • 锦州做网站的公司搜索引擎seo如何赚钱
  • 普宁建设局网站链接是什么意思
  • 浙江城乡建设网站石家庄房价