Docker Emulator Lab (Sandbox)
Welcome to the Docker Emulator 🐳
Type
help
to see available Docker commands
# Dockerfile Editor (type here...) FROM ubuntu:latest RUN apt-get update && apt-get install -y curl CMD ["/bin/bash"]