Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running multiple ipfs #1872

Closed
ottuzzi opened this issue Oct 20, 2015 · 3 comments
Closed

Running multiple ipfs #1872

ottuzzi opened this issue Oct 20, 2015 · 3 comments

Comments

@ottuzzi
Copy link

ottuzzi commented Oct 20, 2015

Hi,

how can I run multiple ipfs daemon on a single machine? It would be useful to change:

  • ipfs init to specify where to create .ipfs directory
  • ipfs daemon to specify from which directory to read config file
  • ipfs any other command to specify from which directory to read config file

I cannot see in any help if these features are already available.

What do you think?
Thank in advance
Bye
Piero

@ghost
Copy link

ghost commented Oct 20, 2015

You can use the IPFS_PATH env variable with any command (it defaults to ~/.ipfs)

@ghost ghost closed this as completed Oct 20, 2015
@whyrusleeping
Copy link
Member

you can also specify the command line flag -c with the same effect.

@jbenet
Copy link
Member

jbenet commented Oct 20, 2015

you can also use the --api flag to target a remote daemon

@ghost ghost mentioned this issue Oct 28, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants