#geodesic (2020-05)
Discussions related to https://github.com/cloudposse/geodesic
Archive: https://archive.sweetops.com/geodesic/
2020-05-04
:zoom: Join us for “Office Hours” every Wednesday 11:30AM (PST, GMT-7) via Zoom.
This is an opportunity to ask us questions about geodesic
, get live demos and learn from others using it. Next one is May 13, 2020 11:30AM.
Register for Webinar
#office-hours (our channel)
2020-05-11
:zoom: Join us for “Office Hours” every Wednesday 11:30AM (PST, GMT-7) via Zoom.
This is an opportunity to ask us questions about geodesic
, get live demos and learn from others using it. Next one is May 20, 2020 11:30AM.
Register for Webinar
#office-hours (our channel)
2020-05-20
@here Can you get someone with WSL to check if this is still a problem//github.com/cloudposse/geodesic/issues/379>
(@Jeremy G (Cloud Posse) asks…)
what Not working on some WSL environments Here is a list of the changes I had to make to get root.cloud.posse script to run on WSL: In root.*.com: DOCKER_NAME was using $NAME environment variable. …
Also please check out WITH_DOCKER=true
https://github.com/cloudposse/geodesic/releases/tag/0.131.0
Geodesic is a cloud automation shell. It's the fastest way to get up and running with a rock solid, production grade cloud platform built on top of strictly Open Source tools. ★ this repo! h…
By the way the check if you want to check you are in WSL better check the env variable WSL_DISTRO_NAME=Ubuntu-18.04 Exists
notice WSL is not just ubuntu, you have Debian
but sorry unable to test it,
I’m actually experimenting with getting my geodesic containers working in WSL right as we speak
i can build them, but i can’t run them
Think mine is a problem with docker itself though
alex@GloriousNippon ~/work/staging.spoton.sh master sudo make install
[sudo] password for alex:
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
I’m not sure why it’s trying to use the socket, i have the host set in the environment
alex@GloriousNippon ~/work/staging.spoton.sh master env | grep DOCKER
DOCKER_HOST=<tcp://localhost:2375>
This is still WSL1 though, I’m considering moving to WSL2 even though it’s in preview, it’s supposed to make this a lot better
fixed that by setting INSTALL_PATH=$HOME/bin
rather than trying to use /usr/local/bin
still problems with volume mounts. mine are permissions issues though; not sure directly related to WSL though like the issue describes