An open API service indexing awesome lists of open source software.

https://github.com/pupil-labs/pupil-labs-website-docker

Docker image for pupil-labs-website
https://github.com/pupil-labs/pupil-labs-website-docker

Last synced: about 2 months ago
JSON representation

Docker image for pupil-labs-website

Awesome Lists containing this project

README

        

# pupil-labs-website-docker
Docker image for pupil-labs-website

## Setup

Install docker CE on your host machine. Follow instructions [here](https://docs.docker.com/install/).

### Docker on Linux

Follow installation instructions for [Docker Community Edition (CE)](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/).

## Build Docker Image

Build the docker image. This will use the `Dockerfile` by default.

```bash
cd pupil-docker-ubuntu
docker build . --file 'Dockerfile' --tag 'pupillabs/pupil-labs-website-node:latest'
```

##Debugging

You can run/enter the container like so.

```bash
docker run -d --name tail -f /dev/null
docker exec -it bash
```