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 12, 2024. It is now read-only.
Attempting to run a Docker instance on my Linux server and when I issue the recommended command the Dockerfile is unable to initialize the IPFS instance and returns Unexpected token * this in turn fails to create the config file that is required to start the daemon and reports issues from the init_and_daemon.sh bash script.
Steps to reproduce the error:
$ docker run -it -p 4002:4002 -p 4003:4003 -p 5002:5002 -p 9090:9090 ipfs/js-ipfs:latest
Using /root/.jsipfs as IPFS repository
initializing ipfs node at /root/.jsipfs
Unexpected token *
sed: can't read /root/.jsipfs/config: No such file or directory
The text was updated successfully, but these errors were encountered:
Type:
Bug
Severity:
High b/c container fails to start
Description:
Attempting to run a Docker instance on my Linux server and when I issue the recommended command the Dockerfile is unable to initialize the IPFS instance and returns
Unexpected token *
this in turn fails to create the config file that is required to start the daemon and reports issues from theinit_and_daemon.sh
bash script.Steps to reproduce the error:
The text was updated successfully, but these errors were encountered: