Code Monkey home page Code Monkey logo

docker-rclone-latest's Introduction

docker-rclone-latest

Docker Image on Quay.io

Example

mkdir /tmp/rclone
docker run -it --rm -v /tmp/rclone:/rclone quay.io/coreos/rclone --config /rclone/rclone.conf config
mv /tmp/rclone/rclone.conf ~/.rclone.conf
docker run -it --rm -v ~/.rclone.conf:/etc/rclone.conf quay.io/coreos/rclone --config /etc/rclone.conf lsd example-remote:/

docker-rclone-latest's People

Contributors

colhom avatar euank avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-rclone-latest's Issues

Failed to open directory in Local file system?

docker run -it --rm -v ~/.rclone.conf:/etc/rclone.conf quay.io/coreos/rclone --config /etc/ rclone.conf ls gdrive: can get the files list correctly. but when i run docker run -it --rm -v ~/.rclone.conf:/etc/rclone.conf quay.io/coreos/rclone --config /etc/ rclone.conf copy readme.txt gdrive:

i got these errors:

2017/06/28 09:58:58 Google drive root '': Building file list
2017/06/28 09:59:00 Google drive root '': Waiting for checks to finish
2017/06/28 09:59:00 Local file system at /readme.txt: Failed to open directory: /readme.txt: lstat /readme.txt: no 
such file or directory
2017/06/28 09:59:00 Google drive root '': Waiting for transfers to finish
2017/06/28 09:59:00 Attempt 1/3 failed with 1 errors
2017/06/28 09:59:00 Google drive root '': Building file list
2017/06/28 09:59:03 Google drive root '': Waiting for checks to finish
2017/06/28 09:59:03 Local file system at /readme.txt: Failed to open directory: /readme.txt: lstat /readme.txt: no 
such file or directory
2017/06/28 09:59:03 Google drive root '': Waiting for transfers to finish
2017/06/28 09:59:03 Attempt 2/3 failed with 1 errors
2017/06/28 09:59:03 Google drive root '': Building file list
2017/06/28 09:59:06 Google drive root '': Waiting for checks to finish
2017/06/28 09:59:06 Local file system at /readme.txt: Failed to open directory: /readme.txt: lstat /readme.txt: no 
such file or directory
2017/06/28 09:59:06 Google drive root '': Waiting for transfers to finish
2017/06/28 09:59:06 Attempt 3/3 failed with 1 errors
Transferred:            0 Bytes (   0.00 kByte/s)
Errors:                 1
Checks:                 0
Transferred:            0
Elapsed time:        8.7s

it's weird, because readme.txt is in my pwd...

Dockerfile has multiple steps

The way the Dockerfile is written is against best practices. It leaves the temporary files in the layers and should be done in one line.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.