Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futurejones/swift-arm64-docker
Dockerfiles for Swift-Arm releases
https://github.com/futurejones/swift-arm64-docker
Last synced: 13 days ago
JSON representation
Dockerfiles for Swift-Arm releases
- Host: GitHub
- URL: https://github.com/futurejones/swift-arm64-docker
- Owner: futurejones
- License: apache-2.0
- Archived: true
- Created: 2021-05-11T01:07:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T22:35:38.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:54:14.986Z (3 months ago)
- Language: Dockerfile
- Size: 32.2 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swift-arm64-docker
Dockerfiles for Swift-Arm releases### Docker images for [Swift-ARM](https://swift-arm.com).
#### You can find the Docker Hub repo here: [https://hub.docker.com/repository/docker/swiftarm/swift](https://hub.docker.com/repository/docker/swiftarm/swift)
### Usage
##### Pull the Docker image from Docker Hub:
```bash
docker pull swiftarm/swift
```##### Create a container from the image and run it:
```bash
docker run -it swiftarm/swift /bin/bash
```If you want to run the Swift REPL you will need to run the container with additional privileges:
```bash
docker run --security-opt seccomp=unconfined -it swiftarm/swift
```### [Image Tags Available](https://hub.docker.com/repository/docker/swiftarm/swift)
* latest (ubuntu 20.04 swift 5.5.1)
* 5.5.1-debian-10
* 5.5.1-debian-buster
* 5.5.1-debian-11
* 5.5.1-debian-bullseye
* 5.5.1-ubuntu-18.04
* 5.5.1-ubuntu-bionic
* 5.5.1-ubuntu-20.04
* 5.5.1-ubuntu-focal
* 5.5.1-ubuntu-21.04
* 5.5.1-ubuntu-hirsute
* 5.5.1-ubuntu-21.10
* 5.5.1-ubuntu-impish