Changes
Page history
Update Customize
authored
May 13, 2020
by
Roland Alton
Show whitespace changes
Inline
Side-by-side
Customize.md
View page @
f2b5f0aa
...
...
@@ -2,11 +2,14 @@
Customized version here in git in branch
`fairteaching`
.
after doing changes do in
`~/greenlight`
or in
`.env`
build to registry (
`docker login registry.osalliance.com`
).
after doing changes do in
`~/greenlight`
or in
`.env`
build to registry.
for registry login get token from registry user profile and login with fairlogin user name and this token instead of pw
```
docker build -t registry.osalliance.com/osalliance/fairteaching:0.4 .
docker push registry.osalliance.com/osalliance/fairteaching:0.4
docker login registry.osalliance.com
docker build -t registry.osalliance.com/osalliance/fairteaching:0.5 .
docker push registry.osalliance.com/osalliance/fairteaching:0.5
docker-compose down
docker-compose up -d
```
...
...
...
...