Skip to content

Instantly share code, notes, and snippets.

@yuklia
Created February 3, 2016 09:11
Show Gist options
  • Save yuklia/0e82ee627c7c44b010de to your computer and use it in GitHub Desktop.
Save yuklia/0e82ee627c7c44b010de to your computer and use it in GitHub Desktop.
run # git pull origin develop
Sorry for an error "Step 8 : ADD add_dev_user /home"
It was caused by extension .sh. So I made a decision to remove it and image was successfully built.
If you run into such error : ERROR: No such image: 13d6972f73f7a175ef3e9c8627ee330d802e865cbdf3ffb8d1d05b40976d74dc
Try to remove all containers
# docker stop $(docker ps -a -q)
# docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment