Skip to content

Commit

Permalink
Autoupload of "tag" and "master" images to Docker HUB.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhazzz committed Apr 8, 2017
1 parent 2a4dbcc commit 404eb9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ script:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker build -t goloschain/golos:master ;
fi
- if [ "$TRAVIS_BRANCH" != "master" ]; then
docker build -t goloschain/golos ;
fi
- docker images

after_success:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dockerized container. Both common binary types are included.
To run a p2p node (ca. 2GB of memory is required at the moment):

docker run \
-d -p 2001:2001 -p 8090:8090 --name golosd-default \
golosit/golos
-d -p 2001:2001 -p 8090:8090 --name golos-default \
goloschain/golos

docker logs -f golosd-default # follow along
docker logs -f golos-default # follow along

## Dockerized Full Node

Expand All @@ -42,10 +42,10 @@ that uses ca. 14GB of memory and growing:

docker run \
--env USE_WAY_TOO_MUCH_RAM=1 \
-d -p 2001:2001 -p 8090:8090 --name golosd-full \
golosit/golos
-d -p 2001:2001 -p 8090:8090 --name golos-full \
goloschain/golos

docker logs -f golosd-full
docker logs -f golos-full

# Seed Nodes

Expand Down
12 changes: 0 additions & 12 deletions travis-run-tests.sh

This file was deleted.

0 comments on commit 404eb9b

Please sign in to comment.