如何在RHEL上的Docker中运行Nodetube视频平台应用程序?

时间:2020-09-03 18:47:47

标签: docker docker-compose

我是Linux的新手,尤其是Docker,所以这是我的问题,希望有人可以指出我如何进一步解决我遇到的问题:)

信息: 红帽企业Linux服务器 VERSION =“ 7.8(Maipo)”

该应用程序名为Nodetube,具有Docker安装说明,但适用于OS-X:https://github.com/mayeaux/nodetube/wiki/Docker

Instuctions : 

OS-X installation via Homebrew:
$ brew cask install docker
$ brew cask install virtualbox <-- High Sierra may give you an error, follow these instructions: https://matthewpalmer.net/blog/2017/12/10/install-virtualbox-mac-high-sierra/index.html
$ brew install docker-compose docker-machine
Then:
$ eval "$(docker-machine env default)"
$ docker-compose build
$ docker-compose up

由于我没有使用OS-X,因此我在RHEL上完成了以下操作:

sudo git clone https://github.com/mayeaux/nodetube.git
docker-compose build
docker-compose up

应用尝试启动后,我得到以下信息:

(node:41) UnhandledPromiseRejectionWarning: Error: Default max size is not set properly on the Upload model file. See DEFAULT_MAX_UPLOAD_SIZE_IN_MB in .env.settings.sample

奇怪的是,在.env.settings.sample DEFAULT_MAX_UPLOAD_SIZE_IN_MB已经设置为500。因此,由于某种原因,应用 无法获得这些设置。

非常感谢您提供有关如何进行分析的建议,谢谢!

0 个答案:

没有答案
相关问题