If you are using Docker Compose, you can get PX-Lite running by:
- Get Docker 1.10 or later.
- Set to allow shared mounts. For example:
# mount --make-shared /
.
-
Docker pull portworx/px-lite. Request access during the limited preview.
-
Get and specify the config for your cluster.
# git clone https://github.com/portworx/px-lite
cd px-lite
- edit config.json and save into /etc/pwx/
- Specify the cluster ID, an etcd service, and the storage devices.
# docker-compose up
and PX-Lite is now running.
You now have a scale-out storage cluster for containers. Continue with more examples and Quick Start Guides.
This release is an alpha and we want to develop this solution with the community. Contact us to share your feedback, work with us, and to request features. Stay tuned for updates on PX-Lite and our PX-Enterprise release.