In Docherfile I can write like this:
FROM ubuntu:14.04
RUN mkdir /test
But I can't find how to do the same when creating a container via Engine API. Not the CMD
, that runs upon container start, but RUN
, to provision creating container. Is this possible?