- Install GNU Make if
gmakeis not available:brew install make
- Clone the repository:
git clone https://github.com/codedellemc/rexray
| # REFERENCES: | |
| # - https://github.com/puckel/docker-airflow | |
| # - https://github.com/ImDarrenG/mesos-framework-dev/blob/master/Dockerfile | |
| # - https://github.com/Stibbons/docker-airflow-mesos | |
| # Wherever you store your mesos image built from Dockerfile-mesos | |
| FROM slicelife/mesos:1.4.0 as mesos | |
| FROM ubuntu:16.04 | |
| # Never prompts the user for choices on installation/configuration of packages | |
| ENV DEBIAN_FRONTEND noninteractive |
| # Make sure you grab the latest version | |
| curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip | |
| # Unzip | |
| unzip protoc-3.2.0-linux-x86_64.zip -d protoc3 | |
| # Move protoc to /usr/local/bin/ | |
| sudo mv protoc3/bin/* /usr/local/bin/ | |
| # Move protoc3/include to /usr/local/include/ |
Located in alphabetical order (not prefer)
Cab), also designed as a more modern replacement, written in Cgolang)| import mesosphere.mesos.util.FrameworkInfo | |
| import org.apache.mesos.MesosSchedulerDriver | |
| /** | |
| * @author Tobi Knaup | |
| */ | |
| object Main extends App { |
| find . -size +1G | cat >> .gitignore |