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
- Host: GitHub
- URL: https://github.com/pupil-labs/pupil-labs-website-docker
- Owner: pupil-labs
- License: gpl-3.0
- Created: 2018-06-25T09:04:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T09:10:55.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T00:17:59.482Z (3 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```