Instructions merged with Readme.md
This commit is contained in:
parent
a07b790589
commit
d61cfe632c
|
|
@ -1,25 +0,0 @@
|
|||
# Instructions to build/install custom cloudron application
|
||||
|
||||
### Log in to Docker
|
||||
```
|
||||
sudo docker login
|
||||
<username>
|
||||
<password>
|
||||
```
|
||||
|
||||
### Build the docker image
|
||||
```
|
||||
sudo docker build -t <username>/<repository>:<tag> .
|
||||
```
|
||||
|
||||
### Push to Docker
|
||||
```
|
||||
sudo docker push <repository>:<tag>
|
||||
```
|
||||
|
||||
### Install to Cloudron
|
||||
```
|
||||
cloudron install --image <username>/<repository>:<tag>
|
||||
Location: <app.domain.tld>
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue