-
Notifications
You must be signed in to change notification settings - Fork 19
Snippets
Thomas Schuering edited this page Jul 24, 2015
·
3 revisions
This will be the place for really small (and even dirty) tricks that can help you (on your LOCAL) machine. Most of those you wouldn't dare to introduce into a development, test/staging or production environment, but it might help YOU on your local machine getting things done.
docker build --tag `pwd|xargs basename` .
Note: The command has to be executed inside the directory that contains the Dockerfile.