Git Product home page Git Product logo

docker-sopel's Introduction

Never gonna give you ⬆️
Never gonna let you ⬇️
Never gonna 🏃‍ 🔁 and desert you
Never gonna make you 😭
Never gonna say 👋
Never gonna tell a lie and hurt you

docker-sopel's People

Contributors

valentine avatar

Watchers

 avatar

Forkers

oskapt

docker-sopel's Issues

Container doesn't build

Howdy. Building from your Dockerfile generates this error:

Collecting pyenchant (from sopel)
  Downloading pyenchant-1.6.7.tar.gz (63kB)
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-29yVNQ/pyenchant/setup.py", line 210, in <module>
        import enchant
      File "/tmp/pip-build-29yVNQ/pyenchant/enchant/__init__.py", line 92, in <module>
        from enchant import _enchant as _e
      File "/tmp/pip-build-29yVNQ/pyenchant/enchant/_enchant.py", line 145, in <module>
        raise ImportError(msg)
    ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.

Expect a PR that fixes it shortly.

Unable to start without a pre-existing config

I'm guessing that you built this because you were already running Sopel/Willie somewhere else and brought your config with you. In a default configuration it's not possible to start the container and generate a config. It loops with this:

wickerman    | Welcome to Sopel!
wickerman    | I can't seem to find the configuration file, so let's generate it!
wickerman    | There was a problem creating /.sopel:
wickerman    | <type 'exceptions.OSError'>, [Errno 13] Permission denied: '/.sopel'
wickerman    | Please fix this and then run Sopel again.

I'm not sure why it's ignoring your directive to start it with the config in /sobel/default.cfg, but it is.

The easy answer is to start it first in the foreground and complete the configuration wizard, and then restart it. This is not possible because you're using ENTRYPOINT instead of CMD. It's not possible to override the initialization of the container, dropping us into a Catch-22.

Expect a PR soon that resolves this.

Why does Dockerfile have a copyright statement?

Your Dockerfile has:

# Copyright 2016 Valentine C

This is wrong. Please remove it or specify exactly what license you are applying to it that specifies how others are permitted to use the fruits of your labor.

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.