Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Enhancement: local docker control #149

Open
2 tasks done
ianzone opened this issue Nov 20, 2024 · 0 comments
Open
2 tasks done

🚀 Enhancement: local docker control #149

ianzone opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ianzone
Copy link

ianzone commented Nov 20, 2024

🔖 Enhancement description

Image control such as

appwrite use 1.6   # download images related to appwrite v1.6, and use it to create containers when execute appwrite run
appwrite use 1.5   # download images related to appwrite v1.5
appwrite ls        # list downloaded image group, 1.6 1.5
appwrite ls -a     # list all image group versions
appwrite clear 1.5    # remove images related to appwrite v1.5

Container control such as

appwrite run dev       # run dev container group created by images whose version was set by appwrite use
appwrite run prod 1.6  # run prod container group created by 1.6 images
appwrite stop dev      # stop running containers
appwrite rm dev        # remove dev containers
appwrite migrate dev prod # migrate from dev container to prod container

all appwrite files shall be put in .appwrite/ under home dir.

🎤 Pitch

docker commands are too long to remember.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@ianzone ianzone added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant