Commit Graph

33 Commits

Author SHA1 Message Date
9929223677 Tweak readme file
Incorporates (more or less) some of the changes from #8.
2016-05-26 01:30:14 +01:00
439ffb6635 Merge pull request #16 from magcius/patch-1
Disable ipv6 by default
2016-05-26 00:51:51 +01:00
98858ea7b3 Merge pull request #14 from InAnimaTe/master
More verbosity on start and ca-certificates package
2016-05-26 00:47:38 +01:00
Jasper St. Pierre
a2911e8e71 Disable ipv6 by default
Since Docker doesn't install ipv6 iptables rules by default, we probably shouldn't build with it on.

Fixes #15.
2016-01-02 09:27:21 -08:00
dfd7a47e79 Fix formatting in readme 2015-12-07 14:30:48 +00:00
172bcb6f2d Update readme with web-interface details 2015-12-07 14:29:57 +00:00
Mario Loria
901b5d3df2 install ca-certificates package because 1.6 2015-12-06 22:56:04 -05:00
Mario Loria
7988d12cc4 added a little more verbosity 2015-12-06 22:55:40 -05:00
ff739de9db Update readme so it renders correctly on hub.docker.com 2015-09-20 17:43:40 +01:00
48fb699f4b Update ZNC to v1.6.1
And also restructure the Dockerfile a bit.
v1.6.1-1
2015-09-20 17:37:41 +01:00
3dfefba576 Merge pull request #10 from MattHardcastle/fix-text-file-busy
Split /tmp/bootstrap.sh chmod and exec commands
2015-08-15 22:23:03 +01:00
Matt Hardcastle
4e6a5d4dc7 Split /tmp/bootstrap.sh chmod and exec commands
When I ran the original I got the following error:

    Step 3 : RUN chmod +x /tmp/bootstrap.sh && /tmp/bootstrap.sh
     ---> Running in 62f54b7a5e6d
    /bin/sh: 1: /tmp/bootstrap.sh: Text file busy

Splitting the two commands up seems to give the text file enough time to
finish up. I suppose a slight sleep could also be added inbetween the
two commands if one was worried about creating too many images.
2015-08-15 11:44:05 -07:00
5a826aad15 Update readme with info about DATADIR permissions v1.4-2 2014-07-10 20:19:33 +01:00
cc821dec0c Fix permissions issue with data dir
If the mounted data directory on the host is owned by root, the znc user
within the container would fail to write any settings to disk.

Hence this changes ownership of the data directory to the znc user (Uid:
1000) and znc group (Gid: 1000) from within the container.
2014-07-10 20:10:10 +01:00
01d3e5eb53 Update default config for ZNC 1.4 2014-07-10 20:09:42 +01:00
8712e23e5e Add custom arguments section to readme 2014-05-18 14:39:16 +01:00
b3bca7ee0b Minor updates to readme 2014-05-18 14:38:59 +01:00
01796adb43 Remove push target from Makefile, we use Trusted Builds now 2014-05-18 14:37:48 +01:00
bfc867af73 Bump version to 1.4-1
Version scheme now follows the ZNC version the container contains. The
format is "[ZNC_VERSION]-[CONTAINER_BUILD_NUMBER]".
v1.4-1
2014-05-17 18:04:27 +01:00
3269e67261 Build ZNC from source instead of relying on 3rd-party PPA repo 2014-05-17 18:03:52 +01:00
00fbafc18f Fix issue #3 and generally update project v0.0.2 2014-01-26 12:50:05 +00:00
506347539d Merge pull request #2 from ryanseys/master
Specify -p explicitly for Docker 0.6.5+ security changes. Also create .znc folder in prereqs.
2013-11-16 01:31:01 -08:00
Ryan Seys
d7ce2bf672 Clean up Dockerfile for readability 2013-11-16 02:17:02 -05:00
Ryan Seys
c5cf4924c8 Specify -p explicitly for Docker 0.6.5+ security changes 2013-11-16 02:01:25 -05:00
cf336653c6 Fix missing space in example command 2013-11-15 16:36:42 +00:00
24ec5baa4a Merge pull request #1 from ryanseys/master
Update README.md instructions to make it easier to get up and running
2013-11-15 08:33:59 -08:00
Ryan Seys
a251343b59 Run ZNC in Docker as a daemon
Update README.md
2013-11-15 10:30:41 -05:00
Ryan Seys
16295102ee Change directory after checking out source 2013-11-15 10:25:15 -05:00
Ryan Seys
dc13d52679 Add instructions for running self-built container 2013-11-15 10:24:16 -05:00
9e61006207 Update readme 2013-08-30 01:20:32 +01:00
16a6bd625b Update readme about external modules 2013-08-30 01:17:49 +01:00
955ed66c21 Add readme 2013-08-30 01:10:25 +01:00
a0c1a52d24 Initial commit 2013-08-30 00:57:40 +01:00