Created
February 3, 2016 09:11
-
-
Save yuklia/0e82ee627c7c44b010de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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