This library contains a set of working examples of composite container applications. The applications are specified using the Nulecule Specification. This specification allows for reusable components and defines a full multi-container application. You may use the applications for reference or, in some cases, deployment.
These examples are all intended to be used with atomicapp. There is a thorough getting started guide available.
Files:
Please only include the /artifact
directory and the Nulecule, Dockerfile and README.md files in your application.
For example projectatomic/helloapache, only includes the following files:
.
├── artifacts
│ ├── docker
│ │ └── hello-apache-pod_run
│ ├── kubernetes
│ │ └── hello-apache-pod.json
├── Dockerfile
├── Nulecule
└── README.md
The README.md file should contain the following three sections:
atomic
or atomicapp
CLIsindex.yaml
for atomicapp index list
commandsIn order to generate a Docker-compatible image for an Atomic App library index. Use the following steps:
atomicapp index generate .
docker build -t $USER/index .
Feel free to open a PR if you wish to contribute to the nulecule-library! We accept all kind of applications.