Marcelo Felippe Guimarães
02/19/2021, 2:28 AM./orchest install
, ./orchest update
and ./orchest start
. But it always return this message for me:
Before starting Orchest, make sure Orchest is installed. Run:
orchest install
I repeated the cycle many times, installing it again but it always returns the same massage.
However, when I run ./orchest version
it returns to me the version v0.8.0.
I'd appreciate a lot if someone can help me with this. Below is the execution cycle in my terminal.
ubuntu@ip-:~/orchest$ ./orchest start
Before starting Orchest, make sure Orchest is installed. Run:
orchest install
ubuntu@ip-172-31-53-217:~/orchest$ ./orchest install
Some images have been pulled before. Don't forget to run:
orchest update
after the installation is finished to ensure that all images are running
the same version of Orchest.
Installing Orchest...
Pulling images: 6/6|###################################################|
ubuntu@ip-:~/orchest$ ./orchest update
latest: Pulling from orchest/orchest-ctl
Digest: sha256:9c6a3beb21f4fbb6f244881ec6643bfd07306e18c86729b9ee4fe385f5cf0af3
Status: Image is up to date for orchest/orchest-ctl:latest
<http://docker.io/orchest/orchest-ctl:latest|docker.io/orchest/orchest-ctl:latest>
Updating...
From <https://github.com/orchest/orchest>
* branch HEAD -> FETCH_HEAD
Already up to date.
HEAD is up to date.
From <https://github.com/orchest/orchest>
* branch HEAD -> FETCH_HEAD
Pulling images: 8/8|###################################################|
Don't forget to restart Orchest for the changes to take effect:
orchest restart
ubuntu@ip-:~/orchest$ ./orchest start
Before starting Orchest, make sure Orchest is installed. Run:
orchest install
ubuntu@ip-:~/orchest$ ./orchest version
Orchest version: v0.8.0
Rick Lamers
docker network ls
?Marcelo Felippe Guimarães
02/19/2021, 12:24 PMRick Lamers