gitea-image-forge/org/alt/unit/README.md

14 lines
278 B
Markdown
Raw Normal View History

2022-07-29 17:26:37 +03:00
dockerfiles-alt-unit
======================
ALT dockerfile for unit.
Copy Dockerfile somewhere and build the image:
`$ docker build --rm -t <username>/unit .`
And launch the unit container:
`docker run -it -p 80:80 <username>/unit`
It could be test via:
`curl localhost:80`