Docker is the default install method for OpenNote. Please see these instructions in the main OpenNote repository.
docker-compose up
bring up app.-d
to detach itdocker-compose down
bring down app and delete containers
- Test Docker file using
CWD:test
sudo docker-compose up
- Build container
sudo docker build --no-cache=true -t foxusa/opennote .
- Push container
sudo docker push foxusa/opennote
. If you are getting an error you may need to rundocker login
.