-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Unable to pass ipfs daemon arguments to the docker container #4373
Comments
Try |
That works, thank you. Should I close this or leave it open so that bin/container_daemon can be updated to not suggest the wrong thing? |
cc @kpcyrd |
@Stebalien I also want to know how we can do like |
Running the above results in
Removing writable results in
|
@haydenyoung we've changed the docker init script. You'll have to run Closing this issue as out of date and resolved. |
Version information:
ipfs/go-ipfs:latest, currently 0.4.11
Type:
bug
Severity:
medium
Description:
It seems like #3573 and #3685 may have broken the ability to pass custom arguments to "ipfs daemon" while trying to make it possible to run other commands. Either that or I'm doing something wrong, but in either case the DEPRECATED error says what you should run instead, which also does not work and would be considered a bug.
Trying to launch a container with
# docker run -it --rm ipfs/go-ipfs:latest -- daemon --writable --enable-pubsub-experiment --migrate=true
says:In short, it says run
docker run ipfs/go-ipfs daemon -- daemon --writable --enable-pubsub-experiment --migrate=true
. Running that produces:The text was updated successfully, but these errors were encountered: