FileCentipede icon indicating copy to clipboard operation
FileCentipede copied to clipboard

Add Docker images

Open AuthorShin opened this issue 2 years ago • 7 comments

Hello Can you add docker installation method as well?

AuthorShin avatar Jul 01 '22 22:07 AuthorShin

I will try.

filecxx avatar Jul 02 '22 10:07 filecxx

Thanks for the reply Please if you did add the image to hub.docker.com as well.

AuthorShin avatar Jul 03 '22 00:07 AuthorShin

I have no experience with docker, so it would be great if you could provide me with some guidelines.

filecxx avatar Jul 03 '22 01:07 filecxx

@filecxx I'm sorry, I don't have the required expertise in docker either.

AuthorShin avatar Jul 17 '22 22:07 AuthorShin

@AuthorShin HI, I tried today, because I need to deploy this awesome tool on my server I will be glad if it works for you.

But you may need a docker image with a GUI as this tool doesn't have an API for adding tasks (maybe, I'm digging in it) Here is the docker-compose file. FileCentipedeDocker.zip

How to use:

suppose you have docker-compose installed

  1. Extract FileCentipedeDocker.zip and cd into
  2. run docker-compose build and docker-compose up -d
  3. when the container is ready, open localhost:10112

@filecxx Do you consider provider this file to others? if do, I could start a PR later

junmo1215 avatar Sep 17 '22 17:09 junmo1215

@AuthorShin HI, I tried today, because I need to deploy this awesome tool on my server I will be glad if it works for you.

But you may need a docker image with a GUI as this tool doesn't have an API for adding tasks (maybe, I'm digging in it) Here is the docker-compose file. FileCentipedeDocker.zip

How to use:

suppose you have docker-compose installed

  1. Extract FileCentipedeDocker.zip and cd into
  2. run docker-compose build and docker-compose up -d
  3. when the container is ready, open localhost:10112

@filecxx Do you consider provider this file to others? if do, I could start a PR later

filec exposed all APIs that fileu can do, but I'm currently on another project I don't have time to write documents yet, if other users asking for the docker image, I will recommend yours.

filecxx avatar Sep 18 '22 12:09 filecxx

@junmo1215 Hi, Thanks for this. Can you add it to Hub.docker.com?

AuthorShin avatar Sep 23 '22 08:09 AuthorShin

@junmo1215 Hi, Thanks for this. Can you add it to Hub.docker.com?

This docker image is not a good idea, but a temporary solution with tradeoffs. Locally built images also work

junmo1215 avatar Oct 01 '22 05:10 junmo1215