Sign inSign up

bryankp/swift_kitura

By bryankp

•Updated about 7 years ago

🐳 🕊️Simple Dev Environment for Serverside Swift using Kitura

Image
0

258

bryankp/swift_kitura repository overview

⁠Simple Kitura Docker environment⁠

Docker Pulls

⁠Image details

  • Ubuntu 18.04 Bionic
  • Swift 5.0.2
  • Kitura 0.0.16

⁠Option 1. Build Docker Image

  • From within the directory of the Dockerfile execute the following command to build the image
docker build -t swift_kitura .
  • To run with bash and a shared volume
docker run -v <host_path>:<container_path> -ti swift_kitura:latest bash

⁠Option 2. Pull image from Docker Hub

docker pull bryankp/swift_kitura:latest
  • To run with bash and a shared volume
docker run -v <host_path>:<container_path> -ti bryankp/swift_kitura:latest bash
⁠Further Details

Tag summary

Content type

Image

Digest

Size

618.5 MB

Last updated

about 7 years ago

docker pull bryankp/swift_kitura