Access binaries inside docker

2019-09-18 02:03发布

I am using Meteor and Meteur Up package to push a bundle to server. It uses docker. The problem is that I cannot access graphicsmagick or imagemagick from inside a docker to use it in my app. However it is installed on the server and I can access it when typing gm command. How can I make it accessable?

1条回答
萌系小妹纸
2楼-- · 2019-09-18 02:35

It doesn't seem to be configurable at the moment based on this open issue. However, you could always fork the project and modify the start script to use your own custom docker image. If so, make sure you make it:

FROM meteorhacks/meteord:base
查看更多
登录 后发表回答