Add mo8it.com container
This commit is contained in:
parent
fee0363642
commit
7f167a6234
1 changed files with 10 additions and 0 deletions
10
containers/mo8it.com.fish
Executable file
10
containers/mo8it.com.fish
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name mo8it_com
|
||||
|
||||
buildah build --layers -t $container_name:latest ~/code/mo8it.com
|
||||
|
||||
podman-default-create \
|
||||
$container_name \
|
||||
--network traefik \
|
||||
localhost/$container_name:latest
|
Loading…
Add table
Reference in a new issue