mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
add README.md
This commit is contained in:
parent
7405c717f8
commit
0da0f00224
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1 +1,10 @@
|
|||
#
|
||||
# test stand in docker-compose
|
||||
|
||||
## prepare
|
||||
* Creating a personal access token - https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
||||
* login in ghcr.io: ```echo <you token>| docker login ghcr.io -u <github username> --password-stdin```
|
||||
|
||||
## usage
|
||||
* start stand: ```make start```
|
||||
* stop stand: ```make stop```
|
||||
* clean unused objects: ```make clean```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue