Muhamed Huseinbašić
Muhamed Huseinbašić
No problem @ben, put it on my todo.
Interestingly, I just tried with:: ``` docker-machine create --driver google --google-project blablabla --google-machine-image https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20201201 anyname ``` And it worked fine. After doing `docker-machine ssh anyname`, I get: ``` sudo docker...
@cardoe, not really: ``` $ docker-machine ssh anothertest Welcome to Ubuntu 18.04.5 LTS (GNU/Linux 5.4.0-1030-gcp x86_64) ... Last login: Wed Dec 9 18:10:01 2020 from 34.90.202.113 docker-user@anothertest:~$ sudo docker run...