码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
基于Docker的集成开发环境包含gvim&Emacs
拉取镜像,docker pull jiftle/dev-env:latest README Intr Dev-Env is Develop Envir with vim & emacs, golang & node. It soupport x11 gui apps, contain gvim ,e ...
分类:系统相关   时间:2020-05-31 12:52:46    阅读次数:81
【Docker】centos7 安装使用Docker
系统环境:centos 7 安装docker: 1. 卸载旧版本。由于第一次安装docker,无需卸载旧版本。如果有旧版本,使用以下命令卸载: sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common ...
分类:其他好文   时间:2020-05-31 00:46:54    阅读次数:81
elasticsearch安装 及 启动异常解决
虚拟机使用net连接模式1Download and unzip the latest Elasticsearch distribution 2Run bin/elasticsearch on Unix or bin\elasticsearch.bat on Windows 3Run curl -X ...
分类:其他好文   时间:2020-05-30 15:46:01    阅读次数:109
容器技术之Docker常用命令说明
docker容器把资源抽象成对象;作为客户端,docker这个命令其实就是在对这些抽象出来的资源对象做增删查改的操作;docker的API是RESTful风格的API,所以它支持类似像http协议里的GET、POST、PUT、DELETE等操作;RESTful风格的API有这样的特点;1、每一个U... ...
分类:其他好文   时间:2020-05-30 09:14:27    阅读次数:103
am335x
am335x uboot guide http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_U-Boot.html#u-boot-user-s-guide am335x ...
分类:其他好文   时间:2020-05-29 17:52:56    阅读次数:63
虚拟机安装问题_Microsoft VC Redistributable
解决: 下载网址 https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads 下载: 自己选择下载相应的 ...
分类:其他好文   时间:2020-05-29 09:40:56    阅读次数:226
npm @next tag alpha
虽然自从leftpad事件之后,NPM取消了npm unpublish和npm publish -f操作,但是我们错误地把测试版发布成正式版之后,不要惊慌,要稳住,因为我们能赢。 概念 首先介绍几个概念: version 作为开发者,版本号肯定不陌生,发布到npm后,每一个版本号都对应了其资源文件, ...
分类:其他好文   时间:2020-05-29 09:31:35    阅读次数:81
flask-restplus 知识点
资料 网址 官方搜索页(搜索比较方便) https://flask-restplus.readthedocs.io/en/latest/search.html 官方文档 https://flask-restplus.readthedocs.io/en/latest/index.html github ...
分类:其他好文   时间:2020-05-28 21:35:39    阅读次数:95
cartographer源码解析(1)
cartographer为Google提供的激光SLAM开源库,通常通过其提供的ROS平台封装进行使用,该库结构清晰,模块完整,值得深入研究。 项目官网:https://google-cartographer.readthedocs.io/en/latest/ 项目Github:https://gi ...
分类:其他好文   时间:2020-05-28 01:03:04    阅读次数:126
harbor管理
push镜像:docker ==> harbor 首先,在harbor上必须要有自己的项目 1)从docker hub上拉取一个项目 docker pull nginx 2)修改该项目tag docker tag nginx:latest harbor.cn/library/nginx:latest ...
分类:其他好文   时间:2020-05-26 22:16:21    阅读次数:119
1907条   上一页 1 ... 19 20 21 22 23 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!