正在尝试确定是否调用
docker-compose down
docker-compose build
docker-compose up
与以下内容相同:
docker-compose build
docker-compose up
我已经找过了,但找不到任何具体的东西。我知道docker-compose down删除了容器和网络docker-compose build创建了服务。所以我不确定向下是不是一个不必要的额外步骤。
您好,我正在尝试在AWS Ubuntu服务器上部署Telegram机器人。但我不能运行应用程序,因为服务器说(当我运行docker-compose up时):
there is no name: asyncpg
不过,我是通过以下方式在服务器上手动安装它的
pip3 install asyncpg
后来我检查了一下,它在"packages“文件夹中。
然而,我有点理解问题来自哪里。当我第一次调整时
sudo docker-compose up
它使用了这个文件:
我的Dockerfile:
FROM python:3.8
WORKDIR /src
COPY requiremen
我正在尝试使用compose和swarm来设置我的服务器基础架构。基本上,我想有一个设置(几乎)镜像这个例子从Docker网站上的数字海洋水滴。
这是运行docker-compose up的输出:
docker-compose up -d
Creating network "scale_voteapp" with the default driver
Creating volume "scale_db-data" with default driver
Pulling db (postgres:9.4)...
worker01: Pulling postgre
我正在使用boot2docker在OSX中运行docker container。这是最新的Ubuntu镜像,使用mongodb-org包的官方方式安装了mongo。
我可以很好地从命令行运行mongod,但不能将其作为服务运行。
当我尝试执行sudo service mongod start时,它返回
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mongod start
Since the script you are attempting to