Merge pull request #204 from dockcross/explain-difference-dockcross-dockbuild

README: Explain difference between dockcross and dockbuild
This commit is contained in:
Matt McCormick 2018-03-19 16:51:10 -04:00 committed by GitHub
commit bad2204ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,15 @@ Features
* Works with the `Docker for Mac <https://docs.docker.com/docker-for-mac/>`_ and `Docker for Windows <https://docs.docker.com/docker-for-windows/>`_.
What is the difference between `dockcross` and `dockbuild` ?
------------------------------------------------------------
The key difference is that `dockbuild <https://github.com/dockbuild/dockbuild#readme>`_
images use the same method to conveniently isolate the build environment as
`dockcross <https://github.com/dockcross/dockcross#readme>`_ but they do **NOT** provide
a toolchain file.
Cross compilers
---------------