aijo / swift-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift docker

This repository contain Dockerfile for build swift-docker image. You can run this image as container in docker.

Build swift docker image
docker build -t swift .
Running swift container
docker run --rm -it swift /bin/bash

About