mirror of https://github.com/zeldaret/oot.git
Fixup docker
This commit is contained in:
parent
ad7ef14b5d
commit
9d191d4467
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
oot:
|
oot:
|
||||||
build:
|
build:
|
||||||
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/oot
|
- ./:/oot
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
To use Docker, you'll need either Docker Desktop or Docker Toolbox installed and setup based on your system.
|
To use Docker, you'll need either Docker Desktop or Docker Toolbox installed and setup based on your system.
|
||||||
|
|
||||||
|
On Ubuntu Docker and required tools can be installed with: `sudo apt install docker.io docker-compose docker-buildx`
|
||||||
|
|
||||||
You'll also need to prepare a local version of the project with a copied base ROM (see steps [2](../README.md#2-clone-the-repository) and [3](../README.md#3-prepare-a-base-rom) of the Linux instructions).
|
You'll also need to prepare a local version of the project with a copied base ROM (see steps [2](../README.md#2-clone-the-repository) and [3](../README.md#3-prepare-a-base-rom) of the Linux instructions).
|
||||||
|
|
||||||
## 2. Create and start the Docker image build
|
## 2. Create and start the Docker image build
|
||||||
|
|
Loading…
Reference in New Issue