Docker Storage Driver Performance
Beginner Mode
Start your terminal to use beginner mode.
Scenario:
You have a container image myapp:fs built from /home/interview/Dockerfile that performs intensive filesystem write operations. Docker is currently using the overlayfs storage driver and write performance is a bottleneck.
Task:
Configure Docker deamon /etc/docker/daemon.json to use appropriate configuration for write heavy setup. Restart the Docker daemon, and rebuild the myapp:fs image for validation testing.
Terminal requires a larger screen
Open this page on a desktop or tablet (≥ 768px) to launch the terminal and practice hands-on.
Linux Terminal Environment
Write and execute your solution in the terminal below.
Track
| Question | Difficulty | Company | Access |
|---|
Need more practice in this area? Explore more questions →
GitHub