Skip to content

"Error: Failed to push" when launching "meepctl dockerize all" #423

Answered by fehmi8
fehmi8 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks to Kevin @dilallkx and his answer here and here (on another thread), this has been solved.

I first changed the IP of meep-docker-registry in my /etc/hosts file to my main node IP. Also:

-:~$ id
uid=1001(fehmi) gid=1001(fehmi) groups=1001(fehmi),27(sudo),998(docker)

My user id is 1001 instead of the default 1000 (root), so the docker-registry folder was owned by 1001:

-:~$ ls -aln ~/.meep/
total 60
drwxrwxr-x 15 1001 1001 4096 Jan  1 18:15 .
drwxr-xr-x 13 1001 1001 4096 Jan 10 02:30 ..
drwxrwxr-x  2 1001 1001 4096 Dec 29 22:51 certs
drwxrwxr-x 17 1001 1001 4096 Jan  1 18:15 codecov
drwxrwxr-x 17 1001 1001 4096 Dec 30 16:38 codecov-bak
drwxr-xr-x  3 5984 5984 4096 Dec 29 21:16 couch…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@fehmi8
Comment options

@fehmi8
Comment options

@dilallkx
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by fehmi8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants