Skip to content

Deploying an Application Within a Docker Container

Tyler Wilson edited this page Apr 29, 2018 · 4 revisions

Information about what I've discovered deploying spiceit within a docker container will go here. This will be different than the Wiki Cole is working on, but there will probably be some overlap.

sudo journalctl -xe Queries the contents of the systemd journal. It is useful for debugging problems related to the docker.service not loading.

Create a file called daemon.json which will be used to config docker. Place it (using sudo privileges obviously) here: /etc/docker

Mine looks like this at present:

{
"storage-driver": "overlay2",
"graph": "/var/lib/docker",
"debug": false,
"hosts": ["unix:///var/run/docker.sock","tcp://localhost:6666"]
}

Project Management

Development References

Open RFCs

Archived RFCs

Instrument Workflows

Planning & Design

Fundamentals

General Image Processing

Cartography

Advanced

Mission Specific ISIS3 Processing

Programming in ISIS3

Demonstration Material

Workshops

Interactive Programs

Clone this wiki locally