Git Product home page Git Product logo

Comments (10)

mchelen avatar mchelen commented on May 4, 2024

Thanks for this, can you post the Dockerfile? The Docker Hub has an "automated build" option which lets everyone see the Dockerfile used to generate the image.

from zeronet.

genecyber avatar genecyber commented on May 4, 2024

Hmm I didn't create it with a dockerfile, I created it by starting with the ubuntu base and installing the environment, Is there a way you know of to export a dockerfile? I looked into the autobuild option in hub and it requires I start with a dockerfile

from zeronet.

mchelen avatar mchelen commented on May 4, 2024

There's no way to go from an image -> Dockerfile automatically, but if you know the commands you used to install it that is pretty much what goes in the Dockerfile.

from zeronet.

genecyber avatar genecyber commented on May 4, 2024

I'll see what I can do

On Wed, Jan 28, 2015 at 4:45 PM, Mike Chelen [email protected]
wrote:

There's no way to go from an image -> Dockerfile automatically, but if you know the commands you used to install it that is pretty much what goes in the Dockerfile.

Reply to this email directly or view it on GitHub:
#42 (comment)

from zeronet.

n3r0-ch avatar n3r0-ch commented on May 4, 2024

Added a pull request with a Dockerfile...

from zeronet.

HelloZeroNet avatar HelloZeroNet commented on May 4, 2024

I'm not familiar with docker, but added this:
https://registry.hub.docker.com/u/nofish/zeronet/builds_history/213281/
Please tell me if any problem with it.

from zeronet.

n3r0-ch avatar n3r0-ch commented on May 4, 2024

Your docker autobuild works. Now it's possible to run ZeroNet with the following command:

docker run -p 15441:15441 -p 43110:43110 nofish/zeronet​

Feel free to close the issue.

from zeronet.

HelloZeroNet avatar HelloZeroNet commented on May 4, 2024

according to build log the msgpack build is failed with msgpack/_packer.cpp:8:22: fatal error: pyconfig.h: No such file or directory
probably it would be nice to add python-dev package to apt-get install or install msgpack from repository (not sure if every linux has msgpack 0.4.0+)

from zeronet.

n3r0-ch avatar n3r0-ch commented on May 4, 2024

msgpack/_packer.cpp:8:22: fatal error: pyconfig.h: No such file or directory is fixed

from zeronet.

metaver5o avatar metaver5o commented on May 4, 2024

running under docker with no issues here.
docker run -d -e "ENABLE_TOR=true" --name zeronet -p 15441:15441 -p 43110:43110 nofish/zeronet
My main issue is trying to access from tor-browser which is also in a container.
posted my issue on #1110

from zeronet.

Related Issues (20)

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.