Commit graph

17 commits

Author SHA1 Message Date
Leopere
f910732155 Removed traefik labels and moved data dir
Moved data dir and removed traefik label

Moved readme for testnet compose

Adding RUN_MODEs regtest and testnet

Adding advance_blocks.sh into all lbrycrd containers

Adding advance cmd and moved Dockerfile to appropriate dir

Cleanup and moved Dockerfiles

Moved lbrycrd Dockerfiles to appropriate subdirectories and removed.

More moving and deletions

Adding catchall output

Updated default runmode in example

Removed incomplete container directory

This should not be in a production branch at this point now that we have stable containers published.

Removed incomplete container for now

Deleted compile directory and README.md

Cleaning up chainquery

Deleting placeholders

Updated start.sh

Removing superfluous .dockerignores & more

Adjusted start.sh source path

Updated ignores

Updated readme in prep for build tags and ship armhf-prod dir

start.sh's should be recycled when possible.

No sense in code duplication lets try and aim for unification.

Docker prefers WORKDIR over cd

docker prefers WORKDIR over cd
2019-04-27 14:37:38 -04:00
Ryan McGuire
7b063e217f Adds new multi-stage Dockerfile for lbrycrd and mountable config files.
This Dockerfile was originally outlined by @Leopere here:
https://github.com/lbryio/lbry-docker/pull/46#issuecomment-483779947
2019-04-16 19:00:39 -04:00
Leopere
bb2a839a51
finalized for 11/11 release
readme cleaned up
lbrycrd permissions fixed
2018-11-09 20:07:14 -05:00
Leopere
1c98af491d
added curl and a few things for healthcheck preparation 2018-11-06 19:39:12 -05:00
Leopere
0e5f3823f1 Updated Labels 2018-10-16 03:30:13 -04:00
Shubham Bhattar
e332e9c906 MAINTAINER is deprecated in Dockerfile. COPY is preferred over ADD in Dockerfile if additional functonality of ADD is not being used. Improved Shebang lines in many files. 2018-10-14 18:00:06 +05:30
Leopere
5c5cd82113 New docker error from last change 2018-10-10 20:24:51 -04:00
Leopere
70df3e3864 Find & replace fix 2018-10-10 20:17:32 -04:00
Leopere
cf5a77619f --quiet instead of -quiet 2018-10-10 20:12:07 -04:00
Leopere
74268ff8e9 Add debugpaste to path 2018-10-06 20:13:48 -04:00
Leopere
b2837b0afd No need to add a subdirectory here 2018-10-02 18:26:46 -04:00
Leopere
1e57c90ebc Adjusting some logic with command execution order 2018-10-02 18:08:07 -04:00
Leopere
55ddbd4097 A few issues fixed with permissions
Fixed who runs the mkdir commands in Dockerfile
Added make double check for directories existence in start.sh
Still doesn't necessarily fix invocation.
Corrected user shell to not include trailing slash
2018-10-02 18:05:03 -04:00
Leopere
d430ac5932 Throw in an +x to save the day 2018-10-02 17:40:11 -04:00
Leopere
4364cf36d9 Docker didn't like the last path 2018-10-02 17:37:23 -04:00
Leopere
765024b476 switching from apt to apt-get to avoid complaining 2018-10-02 17:31:32 -04:00
Leopere
8519982037 Committing base Dockerfile for lbrycrdd
This commit should contain a working lbrycrdd inside of a Docker container.
The idea is that this should work by default and store a few things on the host system for persistence.
2018-10-02 16:38:34 -04:00