mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
9 lines
152 B
Python
9 lines
152 B
Python
import docker
|
|
|
|
|
|
def main():
|
|
client = docker.DockerClient(base_url="unix://dangerzone-state/guest.00000948")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|