Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't setup dev env - Invalid service name "backend_etcd". #83

Open
deanrather opened this issue Apr 7, 2016 · 1 comment
Open

Can't setup dev env - Invalid service name "backend_etcd". #83

deanrather opened this issue Apr 7, 2016 · 1 comment

Comments

@deanrather
Copy link

Couldn't follow setup steps w/ error: Invalid service name "backend_etcd".

✗ dean@dean-XPS-8700:~$ git clone git@github.com:deanrather/heim.git
...
✓ dean@dean-XPS-8700:~$ sudo apt-get install -y docker
...
✓ dean@dean-XPS-8700:~$ sudo apt-get install -y docker-compose 
...
✓ dean@dean-XPS-8700:~$ cd heim/
✓ dean@dean-XPS-8700:~/heim master$ git submodule update --init
Submodule 'deps' (https://github.com/euphoria-io/heim-deps.git) registered for path '_deps'
Cloning into '_deps'...
remote: Counting objects: 29051, done.
remote: Total 29051 (delta 0), reused 0 (delta 0), pack-reused 29051
Receiving objects: 100% (29051/29051), 65.62 MiB | 276.00 KiB/s, done.
Resolving deltas: 100% (10345/10345), done.
Checking connectivity... done.
Submodule path '_deps': checked out '6158ad0fdabc607e6e7e370235017102c8fffcc8'
✓ dean@dean-XPS-8700:~/heim master$ docker-compose run frontend
Invalid service name "backend_etcd" - only [a-zA-Z0-9] are allowed
✗ dean@dean-XPS-8700:~/heim master$ docker-compose run upgradedb sql-migrate up
Invalid service name "backend_etcd" - only [a-zA-Z0-9] are allowed
✗ dean@dean-XPS-8700:~/heim master$ docker-compose up backend
Invalid service name "backend_etcd" - only [a-zA-Z0-9] are allowed
✗ dean@dean-XPS-8700:~/heim master$ docker-compose run --service-ports frontend gulp develop
Invalid service name "backend_etcd" - only [a-zA-Z0-9] are allowed
✗ dean@dean-XPS-8700:~/heim master$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
✓ dean@dean-XPS-8700:~/heim master$ git log -n 1
commit 5246184464a2fe6918677e855f308e2e0c7589da
Author: Logan Hanks <logan.hanks@gmail.com>
Date:   Mon Mar 28 15:33:03 2016 -0700

    Sponsorship
✓ dean@dean-XPS-8700:~/heim master$
@ckingdev
Copy link
Contributor

ckingdev commented Apr 8, 2016

It looks like there's a bug with docker 1.3. Can you try installing the latest docker version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants