Skip to content

appwrite/docker-base

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Docker Base

Discord Docker Pulls Build Status Twitter Account Follow Appwrite on StackShare

Appwrite base docker image with applications and extensions built and installed.

Getting Started

These instructions will cover usage information to help your run Appwrite's base docker container.

Prerequisites

In order to run this container you'll need docker installed.

Usage

docker run appwrite/base

Testing

We use Container Structure Test to run test for the docker image. In order to run test first install Container strucutre test using the following command.

curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64 && chmod +x container-structure-test-linux-amd64 && sudo mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test

Run Test

First build and tag the docker image and then run the test using the configuration file.

docker build -t appwrite-base-test .
container-structure-test test --config tests.yaml --image appwrite-base-test

Build

docker build --tag appwrite/base:1.0.0 .

docker push appwrite/base:1.0.0

Multi-arch build (using buildx):

docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le --tag appwrite/base:1.0.0 --push .

Find Us

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php

About

Appwrite base image

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published