Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajay-dhangar/welcome-to-docker

Welcome To Docker
https://github.com/ajay-dhangar/welcome-to-docker

docker docker-image dockerfile

Last synced: 15 days ago
JSON representation

Welcome To Docker

Awesome Lists containing this project

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.

![image](https://github.com/Ajay-Dhangar/welcome-to-docker/assets/99037494/b8dc1303-06c8-4ee4-961f-cefc3eb41d61)