diff --git a/LICENSE b/LICENSE index 0ca8de8..2571dbc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-present macrozheng +Copyright (c) 2018-2019 macrozheng Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/document/docker/docker.md b/document/docker/docker.md index 57579ad..348cee8 100644 --- a/document/docker/docker.md +++ b/document/docker/docker.md @@ -3,7 +3,7 @@ ## Docker 镜像常用命令 ### 搜索镜像 docker search java -###下载镜像 +### 下载镜像 docker pull java:8 docker pull macro/eureka-server:0.0.1 ### 列出镜像