init
This commit is contained in:
commit
8851786e67
353 changed files with 36724 additions and 0 deletions
17
makefile
Executable file
17
makefile
Executable file
|
@ -0,0 +1,17 @@
|
|||
all: container
|
||||
|
||||
image:
|
||||
sudo docker build --no-cache -t ogkod/ekbguid2 .
|
||||
|
||||
amd_image:
|
||||
sudo docker build --platform linux/amd64 -t ogkod/ekbguid2 .
|
||||
|
||||
container:
|
||||
sudo docker run -d -p 80:80 --name ek2 ogkod/ekbguid2
|
||||
|
||||
stop:
|
||||
sudo docker stop ek2
|
||||
sudo docker rm ek2
|
||||
|
||||
export:
|
||||
sudo docker save ogkod/ekbguid2 > ogkod.ekbguid2.tar
|
Loading…
Add table
Add a link
Reference in a new issue