Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.11 KB

File metadata and controls

29 lines (24 loc) · 1.11 KB

移除开发环境

对应目录执行脚本

对应目录执行脚本

在对应用户目录下执行 remove.sh 脚本,该脚本停止相关容器并删除镜像及目录

[root@localhost eucloud]# bash create.sh develop 600
----create develop-----
----replace .env develop-----
----first init app-images-----
create.sh: line 19: cd: /home/eucloud/dev: No such file or directory
bash: publish-job.sh: No such file or directory
bash: publish-hfs.sh: No such file or directory
bash: publish-rtm.sh: No such file or directory
bash: publish-webapi.sh: No such file or directory
----first create container-----
Creating network "develop_oi_net" with the default driver
Pulling webapi (webapi_develop:dev)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling webapi (webapi_develop:dev)...
ERROR: pull access denied for webapi_develop, repository does not exist or may require 'docker login'
----create develop completed-----
[root@localhost eucloud]#