Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tombulled/docker-containers

Docker containers!
https://github.com/tombulled/docker-containers

Last synced: 23 days ago
JSON representation

Docker containers!

Awesome Lists containing this project

README

        

# docker-containers
Docker containers!

## Build
```console
docker build -t some-tag .
```

### Run
```console
docker run -p 8080:8080 some-tag
```