If you are using Docker Compose, you can get PX-Dev running by:
- Get Docker 1.10 or later.
- Set to allow shared mounts. For example:
# mount --make-shared /
.
-
Docker pull portworx/px-dev. Request access during the limited preview.
-
Get and specify the config for your cluster.
# git clone https://github.com/portworx/px-dev
cd px-dev
- edit config.json and save into /etc/pwx/
- Specify the cluster ID, an etcd service, and the storage devices.
# docker-compose up
and PX-Dev 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 beta 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-Dev and our PX-Enterprise release.