Build from git

Build from git

Build context

Remote context

Demo: Build from git

Using docker build:

docker build --tag hello-world-java \
    github.com/nicholasdille/Sessions#master:containers/020_advanced/010_build_from_git
docker run hello-world-java

Using docker-compose:

docker-compose up