Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/417-72ki/docker-swift-mint
Docker image for Mint (Swift)
https://github.com/417-72ki/docker-swift-mint
docker docker-image mint swift
Last synced: 15 days ago
JSON representation
Docker image for Mint (Swift)
- Host: GitHub
- URL: https://github.com/417-72ki/docker-swift-mint
- Owner: 417-72KI
- License: mit
- Created: 2020-01-09T09:06:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:33:13.000Z (22 days ago)
- Last Synced: 2024-10-19T10:29:29.002Z (19 days ago)
- Topics: docker, docker-image, mint, swift
- Language: Shell
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [![Docker Hub](http://dockeri.co/image/41772ki/swift-mint)](https://hub.docker.com/r/41772ki/swift-mint)
Docker image for Mint (Swift)
# What's Mint?
Mint is a package manager that installs and runs Swift command line tool packages.See https://github.com/yonaskolb/Mint
Copyright (c) 2017 Yonas Kolb
Released under the MIT license
https://github.com/yonaskolb/Mint/blob/master/LICENSE# Usage
Supported Swift version is 5.7 ~ 6.0
## Shell
```sh
$ docker pull 41772ki/swift-mint:{swiftVersion}
$ docker run -it 41772ki/swift-mint
```## Dockerfile
```ruby:Dockerfile
FROM 41772ki/swift-mint:{swiftVersion}
```