> For the complete documentation index, see [llms.txt](https://0xpthree.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xpthree.gitbook.io/notes/development/docker/oracle.md).

# Oracle

In order to setup any Oracle containers you must first:

1. Register an account at `container-registry.oracle.com`
2. Generate an auth token (top right, this is used for `docker login`)
3. Accept the *Terms and Conditions* for the product(s) that you want to use

```bash
kdev :: ~/oracle » docker login container-registry.oracle.com
Username: xxxx@yyyy.zz
Password: 

Login Succeeded
```
