Add julia_course_export
This commit is contained in:
parent
20a28086f6
commit
04ac0e4b58
1 changed files with 11 additions and 0 deletions
11
containers/julia_course_export.fish
Executable file
11
containers/julia_course_export.fish
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name julia_course_export
|
||||
set -l container_volume ~/code/julia_course_export
|
||||
|
||||
podman-default-create \
|
||||
$container_name \
|
||||
--network traefik \
|
||||
-v $container_volume:/usr/share/nginx/html:Z,ro \
|
||||
--label "io.containers.autoupdate=registry" \
|
||||
docker.io/library/nginx:alpine
|
Loading…
Add table
Reference in a new issue