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