Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 674 Bytes

Ghost with Node based on Debian 10

Vorhandene Images

Downloaden eines vorgebaute Image.

docker pull derchef/pref_ghost

Dieses Image basiert auf node:14-buster.

Dockerfile basiert auf link.

docker-entrypoint.sh basiert auf link.

Bauen des Containers

docker build . -t derchef/ghost:latest

Ausführen des Containers

Um den Container auszuführen nutze ich docker-compose.

docker-compose up -d

Github Repo