Adding documentation to Docker Hub hosted rocm-terminal image

This commit is contained in:
Kent Knox
2016-07-22 15:06:42 -05:00
parent 8974fbca5f
commit efea7bc857

View File

@@ -1,10 +1,19 @@
# ROCm-docker # ROCm-docker
## Radeon Open Compute Platform for docker ## Radeon Open Compute Platform for docker
This repository contains a framework for building the software layers defined in the Radeon Open Compute Platform into portable docker images. The following are docker dependencies, which should be installed on the target machine. This repository contains a framework for building the software layers defined in the Radeon Open Compute Platform into portable docker images. The following are docker dependencies, which should be installed on the target machine.
- Docker on [Ubuntu systems](https://docs.docker.com/v1.8/installation/ubuntulinux/) or [Fedora systems](https://docs.docker.com/v1.8/installation/fedora/) - Docker on [Ubuntu systems](https://docs.docker.com/v1.8/installation/ubuntulinux/) or [Fedora systems](https://docs.docker.com/v1.8/installation/fedora/)
- Highly recommended: [Docker-Compose](https://docs.docker.com/compose/install/) to simplify container management - Highly recommended: [Docker-Compose](https://docs.docker.com/compose/install/) to simplify container management
# Docker Hub
Looking for an easy start with ROCm + Docker? The rocm/rocm-terminal image is hosted on [Docker Hub](https://hub.docker.com/r/rocm/rocm-terminal/). After the [ROCm kernel is installed](#install-rocm-kernel), pull the image from Docker Hub and create a new instance of a container.
```bash
sudo docker pull rocm/rocm-terminal
sudo docker run -it --rm --device="/dev/kfd" rocm/rocm-terminal
```
## ROCm-docker quick start videos ## ROCm-docker quick start videos
### Install rocm-kernel ### Install rocm-kernel
[![Install rocm-kernel](https://asciinema.org/a/cv0r34re9hp9g5hoja8vyh803.png)](https://asciinema.org/a/cv0r34re9hp9g5hoja8vyh803) [![Install rocm-kernel](https://asciinema.org/a/cv0r34re9hp9g5hoja8vyh803.png)](https://asciinema.org/a/cv0r34re9hp9g5hoja8vyh803)