Dokr

A simple Dockerfile creator

Commands

FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y nginx
+ New Command
Export Dockerfile

Editor

Command: FROM

Sets the base image for the Dockerfile

Image

Tag

Made with ❤️ by lu2000luk