Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "shell" rule in the Makefile uses docker to run a bash session, however it was depending on the "all" rule which assumes non-docker local development. This commit fixes it by making it depend on the "runcimage" rule. Signed-off-by: Tibor Vass <tibor@docker.com>
- Loading branch information