Remove advlabdb
This commit is contained in:
parent
056e760022
commit
cd9e684553
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name advlabdb
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
set -l repo_dir ~/code/advlabdb
|
||||
|
||||
cd $repo_dir
|
||||
buildah build --layers -t $container_name:latest
|
||||
|
||||
podman-default-create \
|
||||
$container_name \
|
||||
--network traefik \
|
||||
-v $container_volumes_dir/data:/volumes/data:Z \
|
||||
-v $container_volumes_dir/logs:/volumes/logs:Z \
|
||||
localhost/$container_name:latest
|
Loading…
Reference in a new issue