-
Notifications
You must be signed in to change notification settings - Fork 168
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"]
}
- Building
- Writing Tests
- Test Data
- Start Contributing
- Public Release Process
- Continuous Integration
- Updating Application Documentation
- Deprecating Functionality
- LTS Release Process and Support
- RFC1 - Documentation Delivery
- RFC2 - ISIS3 Release Policy
- RFC3 - SPICE Modularization
- RFC3 - Impact on Application Users
- RFC4 - Migration of ISIS Data to GitHub - Updated Information 2020-03-16
- RFC5 - Remove old LRO LOLA/GRAIL SPK files
- RFC6 - BLOB Redesign
- Introduction to ISIS
- Locating and Ingesting Image Data
- ISIS Cube Format
- Understanding Bit Types
- Core Base and Multiplier
- Special Pixels
- FAQ