mirror of
https://github.com/Estom/notes.git
synced 2026-04-14 18:29:48 +08:00
spring-jdbc shell-find&xargs
This commit is contained in:
17
docker/dockerfile/mydockerfile
Normal file
17
docker/dockerfile/mydockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM centos:7
|
||||
MAINTAINER yinkanglong<yinkanglong.163.com>
|
||||
|
||||
|
||||
ENV MYPATH /usr/local
|
||||
WORKDIR $MYPATH
|
||||
|
||||
RUN yum -y install vim
|
||||
RUN yum -y install net-tools
|
||||
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD echo $MYPATH
|
||||
CMD echo "----end----"
|
||||
|
||||
CMD /bin/bash
|
||||
Reference in New Issue
Block a user