Skip to content
/ kxv001 Public

Example use docker, but can file with Linux based FS?

Notifications You must be signed in to change notification settings

kuxav/kxv001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kxv001

Example use docker, but can file with Linux based FS?

About this project

Contain some file and folders (as linux/unix as file and directories) with Dockerfile as build image Docker based. In this project contain Lighttpd/Lighly config and some backup from Ngademin server - but right own user. Well, this project will not take owner because many file has licensed (such as under MIT License, Apache License, etc.).

Dockerfile

Docker file is "do building objects" as very important for build image Docker based. Unix FS (File system), filename are case sensitive so name "Dockerfile" correct; not "dockerfile", "DockerFile", or "DOCKERFILE". Windows/DOS FS file name no so sensitive BUT must created filename same as Unix FS, delete wrong filename then create it correctly. Like as DYOM in GTA SA, Minecraft or Genshin Impact in Serenitea Pot concept, but in Docker: " ADD-COPY-EXPOSE-RUN-CMD ".

Example:

FROM alpine
RUN apk add --no-cache --purge lighttpd

ADD https://nahida.42.svr/Nahida/files/archived/www.tar.gz /var/www/htdocs/localhost # No Decompression
COPY svr/QIQI/ft_Nahida /var/www/htdocs/localhost
ENV OS="Codename Nahida x Kuxav -- ft. Roy (Robocar Poli)"

ENTRYPOINT ["lighttpd"]
VOLUME ["/etc/lighttpd", "/var/www"]
EXPOSE 80
CMD ["-D", "-f", "/etc/lighttpd/lighttpd.conf"]

.github/workflows

Include YAML file/s as Action in Github. YAML in file extension as .yml. There example picture (sorry for texted browser based) Cuplikan Layar_2022-09-06_13-25-31

About

Example use docker, but can file with Linux based FS?

Resources

Stars

Watchers

Forks

Packages

No packages published