logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vagrant 虚拟机联网配置

Vagrant自动生成的配置在Win10系统联网有问题,经常时好时坏,需要改动配置文件,如下:config.vm.provider "virtualbox" do |vb|## Display the VirtualBox GUI when booting the machine#vb.gui = true### Customize the am...

kubernetes构建微服务-Dockerfile构建springboot

前言上一篇博客Kubernetes构建Springboot微服务,讲到chenpeihai/springboot-helloworld镜像的构建,这篇博客详细讲述该镜像的构建过程。DokcerfileDockerfile如下FROM ubuntuMAINTAINER chen "383936915@qq.com"RUN mkdir -p /data/webappADD jdk-

到底了