You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to follow your youtube video "Building a Local Dev Environment with Docker", and I cannot start the Docker machines, because of this error:
Unable to find image 'eugenmayer/unison:hostsync_0.2' locally docker: Error response from daemon: manifest for eugenmayer/unison:hostsync_0.2 not found. See 'docker run --help'. ok Starting container command docker run -d -v drupal-sync:/app_sync -v /Users/<user>/Projects/Docker/activelamp/src/web/profiles:/host_sync -e HOST_VOLUME=/host_sync -e APP_VOLUME=/app_sync -e TZ=${TZ-readlink /etc/localtime | sed -e 's,/usr/share/zoneinfo/,,'} -e UNISON_EXCLUDES="" -e UNISON_ARGS="" -e UNISON_SYNC_PREFER="-prefer /host_sync" -e OWNER_UID="33" --name drupal-sync eugenmayer/unison:hostsync_0.2 Unable to find image 'eugenmayer/unison:hostsync_0.2' locally docker: Error response from daemon: manifest for eugenmayer/unison:hostsync_0.2 not found. See 'docker run --help'. ok starting initial sync of drupal-sync success Sync container started success Showing unison logs from your sync container: drupal-sync ok Found implicit docker-compose-dev.yml and using it from /Users/<user>/Projects/Docker/activelamp/docker-compose-dev.yml ok starting compose Sync Log: Error: No such container: drupal-sync
Do you have any idea about what I have to change?
Thank you for your help! And great video, btw.
Dani
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to follow your youtube video "Building a Local Dev Environment with Docker", and I cannot start the Docker machines, because of this error:
Unable to find image 'eugenmayer/unison:hostsync_0.2' locally docker: Error response from daemon: manifest for eugenmayer/unison:hostsync_0.2 not found. See 'docker run --help'. ok Starting container command docker run -d -v drupal-sync:/app_sync -v /Users/<user>/Projects/Docker/activelamp/src/web/profiles:/host_sync -e HOST_VOLUME=/host_sync -e APP_VOLUME=/app_sync -e TZ=${TZ-
readlink /etc/localtime | sed -e 's,/usr/share/zoneinfo/,,'} -e UNISON_EXCLUDES="" -e UNISON_ARGS="" -e UNISON_SYNC_PREFER="-prefer /host_sync" -e OWNER_UID="33" --name drupal-sync eugenmayer/unison:hostsync_0.2 Unable to find image 'eugenmayer/unison:hostsync_0.2' locally docker: Error response from daemon: manifest for eugenmayer/unison:hostsync_0.2 not found. See 'docker run --help'. ok starting initial sync of drupal-sync success Sync container started success Showing unison logs from your sync container: drupal-sync ok Found implicit docker-compose-dev.yml and using it from /Users/<user>/Projects/Docker/activelamp/docker-compose-dev.yml ok starting compose Sync Log: Error: No such container: drupal-sync
Do you have any idea about what I have to change?
Thank you for your help! And great video, btw.
Dani
The text was updated successfully, but these errors were encountered: