#geodesic (2020-05)

geodesic https://github.com/cloudposse/geodesic

Discussions related to https://github.com/cloudposse/geodesic

Archive: https://archive.sweetops.com/geodesic/

2020-05-04

Cloud Posse avatar
Cloud Posse
04:00:29 PM

: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
slack #office-hours (our channel)

2020-05-11

Cloud Posse avatar
Cloud Posse
04:00:59 PM

: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
slack #office-hours (our channel)

2020-05-20

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@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…)

WSL Bugs · Issue #379 · cloudposse/geodesic

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. …

Jeremy G (Cloud Posse) avatar
Jeremy G (Cloud Posse)
cloudposse/geodesic

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…

Meb avatar

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

Meb avatar

notice WSL is not just ubuntu, you have Debian

Meb avatar

but sorry unable to test it,

Alex Siegman avatar
Alex Siegman

I’m actually experimenting with getting my geodesic containers working in WSL right as we speak

Alex Siegman avatar
Alex Siegman

i can build them, but i can’t run them

Alex Siegman avatar
Alex Siegman

Think mine is a problem with docker itself though

Alex Siegman avatar
Alex Siegman
 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'.
Alex Siegman avatar
Alex Siegman

I’m not sure why it’s trying to use the socket, i have the host set in the environment

Alex Siegman avatar
Alex Siegman
 alex@GloriousNippon  ~/work/staging.spoton.sh   master  env | grep DOCKER
DOCKER_HOST=<tcp://localhost:2375>
Alex Siegman avatar
Alex Siegman

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

Alex Siegman avatar
Alex Siegman

fixed that by setting INSTALL_PATH=$HOME/bin rather than trying to use /usr/local/bin

Alex Siegman avatar
Alex Siegman

still problems with volume mounts. mine are permissions issues though; not sure directly related to WSL though like the issue describes

2020-05-22

    keyboard_arrow_up