Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 511 Bytes

Readme.md

File metadata and controls

22 lines (20 loc) · 511 Bytes

Quantum Information for Developers

Docker Build Status

Installation

	docker pull westernmagic/quid:2018
	# See docker create --help for details
	docker create \
		--interactive \
		--tty \
		--publish 8888:8888 \
		--restart unless-stopped \
		--volume $(pwd):/root/share \
		--name quid_2018 \
		westernmagic/quid:2018

Running

	docker start  quid_2018
	docker attach quid_2018