# welcome-to-docker **Repository Path**: code-zyk/welcome-to-docker ## Basic Information - **Project Name**: welcome-to-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-05 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to Docker This is a repo for new users getting started with Docker. You can try it out using the following command. ``` docker run -d -p 8088:80 --name welcome-to-docker docker/welcome-to-docker ``` And open `http://localhost:8088` in your browser. # Building Maintainers should see [MAINTAINERS.md](MAINTAINERS.md). Build and run: ``` docker build -t welcome-to-docker . docker run -d -p 8088:3000 --name welcome-to-docker welcome-to-docker ``` Open `http://localhost:8088` in your browser.