Questions tagged [docker]
For questions regarding using Stellar applications within the Docker virtualisation tool.
34 questions
0
votes
0
answers
11
views
How to Install stellar cli using apt
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 ...
0
votes
2
answers
342
views
Change Network Passphrase - Quickstart - Persistent - Docker
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:\...
2
votes
0
answers
92
views
Docker quickstart - Error ingesting history archive: ledger does not exists
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 ...
2
votes
1
answer
591
views
How to connect to a stellar stand alone node?
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 ...
1
vote
0
answers
61
views
Which docker image to use for running a private Stellar network with 3 nodes?
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 ...
0
votes
1
answer
150
views
problem running the core+horizon container in standalone mode
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 ...
1
vote
1
answer
194
views
How to provide password when running horizon db migrate up command inside docker container?
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 ...
2
votes
1
answer
65
views
Can the docker quickstart allow me to test out "becoming an anchor"?
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 ...
2
votes
1
answer
141
views
Asset endpoint returns 404 on standalone network
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 "...
4
votes
1
answer
286
views
Timeout after 6000ms after submitting a transaction
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="...
5
votes
2
answers
170
views
Own stellar horizon is not showing data prior to own instance launch date
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, ...
1
vote
1
answer
46
views
Stellar Core from Source vs. Stellar Core from Container
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?
1
vote
2
answers
104
views
Enable https for horizon in the docker-stellar-core-horizon quickstart template
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?
4
votes
1
answer
207
views
How do you use the stellar quickstart without docker?
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 ...
4
votes
1
answer
254
views
stellar docker and nginx reverse proxy
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 ...
2
votes
1
answer
64
views
Horizon import failed (Integer type error?)
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 ...
3
votes
1
answer
297
views
Issue with Stellar Quickstart Docker Image
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 ...