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: 3 months ago
JSON representation

Docker image for Mint (Swift)

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.9 ~ 6.1

## Shell

```sh
$ docker pull 41772ki/swift-mint:{swiftVersion}
$ docker run -it 41772ki/swift-mint
```

## Dockerfile

```ruby:Dockerfile
FROM 41772ki/swift-mint:{swiftVersion}
```