Skip to main content

Questions tagged [docker]

For questions regarding using Stellar applications within the Docker virtualisation tool.

Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

How to Install stellar cli using apt I have being trying to install stellar cli yet I get issues when installing with brew how to install cli I need to run the quickstart instance within the my server ...
justANoob's user avatar
0 votes
2 answers
342 views

I am trying to change the network passphrase for stellar. I am using the quickstart docker image and launching in standalone mode. command: docker run --rm -it -p "8000:8000" -v "E:\...
user4098's user avatar
2 votes
0 answers
92 views

I'm trying to run the quickstart docker tutorial but I am getting a 503 still ingesting when access the accounts/ACCOUNT_ID on my localhost:8000 (horizon). Looking over my horizon logs I keep ...
ton's user avatar
  • 21
2 votes
1 answer
591 views

My goal was to set up a small test network with two stellar nodes. Therefor, I forked the quickstart repo and made some small adjustments. I changed the public key and the network passphrase. On my ...
Seb's user avatar
  • 131
1 vote
0 answers
61 views

I'm trying to run a private Stellar network with 3 nodes, each also running horizon. There are 2 docker images which seem to be useful for my case, but I don't know which one to use. The first one is ...
mahdi's user avatar
  • 121
0 votes
1 answer
150 views

I can start a standalone container with this command: sudo docker run --rm -it -p "8000:8000" -v "/home/maxou/stellar:/opt/stellar" --name stellar stellar/quickstart --standalone I can call rest ...
Boutran's user avatar
  • 219
1 vote
1 answer
194 views

I have issues with horizon, when inside the docker container I run horizon db clear and I get the output There are 18 migrations to apply in the "up" direction. ... 2019/06/20 10:44:26 A database ...
John Murphy's user avatar
2 votes
1 answer
65 views

Or must I set up according to the Administration documentation then follow the steps on configuring a bridge server, federation server, etc. As the documentation steps in becoming an anchor seems to ...
Lance's user avatar
  • 61
2 votes
1 answer
141 views

I build a docker image from the v0.17.0 tag of docker-stellar-core-horizon. Then, I created a local standalone network from that image: docker run --rm -d -p "8000:8000" -p "11626:11626" \ -p "...
Synesso's user avatar
  • 3,367
4 votes
1 answer
286 views

Whenever I submit a transaction I get a timeout error (after 60 secs). The server is a docker quickstart image in standalone mode. To solve the issue I am have to run the image with -e LOG_LEVEL="...
Massimo Nicolardi's user avatar
5 votes
2 answers
170 views

I run a stellar node using the docker quickstart image and due to some syncing error the underlying ec2 instance was terminated and restarted on 2018-12-28T10:45:19Z, state of core is Synced. However, ...
shredding's user avatar
  • 316
1 vote
1 answer
46 views

Are there any vulnerabilities or security considerations I should be aware of with running Stellar Core from source as opposed to running it from the Docker Container?
carleverett's user avatar
1 vote
2 answers
104 views

Is there an easy way to enable https for the horizon server? If not, how would you recommend to update the docker file to enable https?
bonen's user avatar
  • 43
4 votes
1 answer
207 views

It says "The easiest way to install Horizon is by using stellar/quickstart docker image." But I can't run the "docker pull" command without docker. I went to download docker from their site and ...
John Murphy's user avatar
4 votes
1 answer
254 views

I am running a stellar docker using this command: sudo docker run -d --rm -it -p "7777:8000" --name stellar stellar/quickstart --testnet which will bind the horizon (port 8000) to my host port ...
Christianto's user avatar
2 votes
1 answer
64 views

I configured a custom docker-compose with Postgres, Stellar Core and Horizon as seperate services. Core and Horizon are running and are responsive via HTTP. Stellar-Core is running on Livenet and is ...
Till Kolter's user avatar
3 votes
1 answer
297 views

I'm trying to run the docker stellar/quickstart image. I launch it with: docker run -d -p "8000:8000" --name stellar stellar/quickstart --testnet I've left it running for quite some time but it ...
mecavity's user avatar