sudo
. You can do by running:
+ sudo usermod -aG docker $USER
+
+ newgrp docker
+
+
+ "cp: cannot create regular file '/bin/suave': Permission denied"
+
+ export GOPATH=$HOME/go
+
+
+ sudo apt install make golang-go
+
+
sudo systemctl status docker
+
+ sudo apt install docker-compose
ERROR: Version in "././suave/devenv/docker-compose.yml" is unsupported.
/suave/devenv/docker-compose.yml
and change the first line to use 3.3
rather than 3.8
.
+ Go to the file in /suave/devenv/docker-compose.yml
and change the first line to use 3.3
rather than 3.8
.