I've been talking to @TanayKarve about how ignorant I am about running Docker on servers.
We have a crazy idea! 🎉 😄
What if dataverse-ansible had a "Docker mode" where instead of installing Payara, PostgreSQL, Solr, and all the rest directly on the EC2 instance, the spin up script installs Docker on the EC2 instance so that we're ready to run containers, such as the ones in the dataverse-docker repo.
@TanayKarve says he can supply the 4-5 commands to install Docker on Rocky 8. Thanks!
-d is taken by "destroy" so we'll use -c for "container mode" (rather than "Docker mode").
I've been talking to @TanayKarve about how ignorant I am about running Docker on servers.
We have a crazy idea! 🎉 😄
What if dataverse-ansible had a "Docker mode" where instead of installing Payara, PostgreSQL, Solr, and all the rest directly on the EC2 instance, the spin up script installs Docker on the EC2 instance so that we're ready to run containers, such as the ones in the dataverse-docker repo.
@TanayKarve says he can supply the 4-5 commands to install Docker on Rocky 8. Thanks!
-d is taken by "destroy" so we'll use -c for "container mode" (rather than "Docker mode").