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
I have ubuntu 14.04 LTS (pretty old)
but I managed to install everything except that docker doesnt run.
It left me with error
> set -x; solana-localnet down; set -e; solana-localnet up
+ solana-localnet down
[eval]:2
let p = [
^
SyntaxError: Unexpected identifier
at Object.<anonymous> ([eval]-wrapper:6:22)
at Module._compile (module.js:456:26)
at evalScript (node.js:565:25)
at startup (node.js:80:7)
at node.js:935:3
I have pulled this image
solanalabs/solana:v1.6.13
Now I will try stable version....
and it has the same effect
Thanks for any help
Now I realized I need docker-machine not engine and I have installed it but it doesnt change that fact that error remains.
So it is solanata-localnet down command's issue
The text was updated successfully, but these errors were encountered:
Hello,
I am going along with tutorial and im stuck on the running docker....
I have installed docker like this
https://vexxhost.com/resources/tutorials/how-to-install-and-use-docker-on-ubuntu-14-04
I have ubuntu 14.04 LTS (pretty old)
but I managed to install everything except that docker doesnt run.
It left me with error
I have pulled this image
solanalabs/solana:v1.6.13
Now I will try stable version....
and it has the same effect
Thanks for any help
Now I realized I need docker-machine not engine and I have installed it but it doesnt change that fact that error remains.
So it is solanata-localnet down command's issue
The text was updated successfully, but these errors were encountered: