mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
The 'make docker' target will verify that docker is installed and run the builder in update and isolation mode.
17 lines
513 B
Bash
17 lines
513 B
Bash
############################################################
|
|
#
|
|
# When running the ONL builder in isolation mode
|
|
# $HOME is set to the root of the ONL tree from
|
|
# which you entered the builder.
|
|
#
|
|
# The assumption here is that you are trying to build
|
|
# the tree from which you entered the builder, and
|
|
# thus we automatically source the setup.env file
|
|
# upon starting the shell inside the container.
|
|
#
|
|
############################################################
|
|
|
|
. setup.env
|
|
|
|
echo Ready to build OpenNetworkLinux.
|