Add term-snake container
This commit is contained in:
parent
711f3cc716
commit
45b573e938
2 changed files with 14 additions and 0 deletions
containers/term-snake
9
containers/term-snake/term-snake.container
Normal file
9
containers/term-snake/term-snake.container
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Container]
|
||||||
|
Image=localhost/term-snake:latest
|
||||||
|
PublishPort=11246:11246
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
5
containers/term-snake/term-snake.fish
Executable file
5
containers/term-snake/term-snake.fish
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
buildah build -t term-snake:latest ~/code/term-snake
|
||||||
|
|
||||||
|
systemctl --user restart term-snake
|
Loading…
Add table
Reference in a new issue