Skip to content
Discussion options

You must be logged in to vote

Yes, the documentation even includes several examples, e.g. in the Docker installation guide:

Source:

??? question "How to add plugins to the Docker image?"

    Material for MkDocs only bundles selected plugins in order to keep the size
    of the official image small. If the plugin you want to use is not included, 
    create a new `Dockerfile` and extend the official Docker image:

    ``` Dockerfile
    FROM squidfunk/mkdocs-material
    RUN pip install ...
    ```

    Next, you can build the image with the following command:

    ```
    docker build -t squidfunk/mkdocs-material .
    ```

    The new image can be used exactly like the official image.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@facelessuser
Comment options

Comment options

You must be logged in to vote
5 replies
@FernandoBasso
Comment options

@squidfunk
Comment options

@FernandoBasso
Comment options

@squidfunk
Comment options

@FernandoBasso
Comment options

Answer selected by squidfunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants