Ingen beskrivning
import docker client = docker.from_env() try: ubuntu = client.containers.get("ubuntu") ubuntu.remove() except: pass