AMD SEV: VM guest with Docker Compose
Simple and quick installation with Docker Compose
Intro
This solution is the most straight-forward one and will allow you to be ready in just a few minutes.
In our tests it only took about 15 minutes to go from zero to running an Oracle if all pieces align and fall in place.
The issue with this setup is, of course, scalability and high availability, meaning that you're only able to run your Oracle on a single host by itself with no protection against hardware or network failure.
Be aware that you need to be on a VM that has AMD SEV already enable and configured.
To check so, run:
and you should see something like:
You can also check if you have the correct device on your system:
should return something like:
PreviousPlatform: Docker Compose or Kubernetes? AMD SEV or SGX?NextSGX: Bare Metal with Docker Compose
Last updated