Docker Hub problem explained

This commit is contained in:
Elliot Nunn 2016-10-21 09:34:50 +08:00
parent eb715498b3
commit 487815564f
1 changed files with 12 additions and 2 deletions

View File

@ -1,13 +1,23 @@
**Problem:** One of my Docker Hub auto-builds (isn't working)[https://github.com/docker/hub-feedback/issues/811PR] (elliotnunn/toolboxtools). Should be fine in a few hours. In the meantime, to build it yourself:
```
git clone https://github.com/elliotnunn/toolboxtoolbox.git
cd toolboxtoolbox/docker/toolboxtools
docker build -t elliotnunn/toolboxtools .
```
Regular instructions follow.
Want to build the Mac OS ROM? Start with a working Docker.
```
make "Mac OS ROM.hqx"
```
Want to explore the Nanokernel? After you do this, builds will assemble a new kernel from the .s file:
Want to explore the Nanokernel? Builds will assemble a new kernel from the `kernel-disasm.s` file:
```
make kernel-disasm.s
make kernel-redisassemble
```
And to revert to building with the stock nanokernel: