Skip to content

Docker-Hub-frolvlad/docker-alpine-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Swift Docker image

WARNING: This image is experimental and based on a glibc hack!

This image is based on Alpine Linux image, which is only a 5MB image, and contains Swift compiler.

Download size of this image is only:

Usage Example

$ echo 'print("Hello World")' > qq.c
$ docker run --rm -v "$(pwd):/tmp" frolvlad/alpine-swift swiftc -static-executable -target x86_64-alpine-linux-musl /tmp/qq.swift

Once you have run these commands you will have qq executable in your current directory and if you execute it, you will get printed 'Hello World'!

About

Hacked together Docker image with Swift compiler based on Alpine (~640MB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published