You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
I think it would be rather useful to allow configuring the IPFS server while starting the container. Now the container starts with the default configuration, which might be undesirable if the container runs connected to the Internet. The IPFS command supports profiles for this purpose.
Desired Behavior
Pass the desired Configuration Profile through an environment variable to the Container, so it generates the correct configuration file automatically.
Current Behavior
There is currently no way I know of to specify the Configuration Profile from Docker.
Alternatives Considered
Using the ipfs config profile apply command you can also change the configuration profile, but it requires you manually executing a shell within the container and running the command.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I think it would be rather useful to allow configuring the IPFS server while starting the container. Now the container starts with the default configuration, which might be undesirable if the container runs connected to the Internet. The IPFS command supports profiles for this purpose.
Desired Behavior
Pass the desired Configuration Profile through an environment variable to the Container, so it generates the correct configuration file automatically.
Current Behavior
There is currently no way I know of to specify the Configuration Profile from Docker.
Alternatives Considered
Using the
ipfs config profile apply
command you can also change the configuration profile, but it requires you manually executing a shell within the container and running the command.The text was updated successfully, but these errors were encountered: