mirror of
https://github.com/luzifer-docker/crdb-gh-service.git
synced 2024-12-20 14:21:17 +00:00
3 lines
74 B
Text
3 lines
74 B
Text
|
FROM cockroachdb/cockroach:latest
|
||
|
CMD ["start-single-node", "--insecure"]
|