Command Reference

Ingo
There is a newer version of this page. You can find it here.

Target Commands

Target commands are executed within the root filesystem which we are just building. This concept is similar to the one of Docker.

The key benefit of using those commands is, that it is very natural. You can automate virtually every command, which you would use to configure the system manually in your terminal.

When you build a system for a foreign architecture, Wharfie uses Qemu to.be able to execute the commands on your x86 host.

RUN

CMD

LICENSE

SOURCE

Host commands

RUN HOST

ADD

COPY

Common Commands

ENVIRONMENT

INCLUDE