新增查看页面
This commit is contained in:
@@ -34,7 +34,6 @@ public class DockerUtils {
|
||||
|
||||
/**
|
||||
* 创建容器(指定镜像+唯一容器名,后台运行)
|
||||
*
|
||||
*/
|
||||
public String createContainer(String image, String containerName) {
|
||||
CreateContainerResponse resp = dockerClient.createContainerCmd(image)
|
||||
|
||||
Reference in New Issue
Block a user