Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombulled/docker-containers
Docker containers!
https://github.com/tombulled/docker-containers
Last synced: 23 days ago
JSON representation
Docker containers!
- Host: GitHub
- URL: https://github.com/tombulled/docker-containers
- Owner: tombulled
- License: mit
- Created: 2022-05-05T18:00:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T14:39:59.000Z (over 2 years ago)
- Last Synced: 2023-03-05T18:53:56.383Z (almost 2 years ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```