stefanospin7 / DockerSwift

This repo contains just a test to run a simple Swift program with Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Swift using Docker

This repo contains just a test to run a simple Swift program with Docker.

To run this you must have docker installed.

Inside the directory with this files from terminal:

$docker build .

(Check for the ID)

$docker run -it ID

About

This repo contains just a test to run a simple Swift program with Docker.


Languages

Language:Swift 87.1%Language:Dockerfile 12.9%