# Install Sui With Docker **Published by:** [poemiao](https://paragraph.com/@poemo/) **Published on:** 2022-10-31 **URL:** https://paragraph.com/@poemo/install-sui-with-docker ## Content Set upFollow the steps below to build a Docker container that contains the sui development environment, provided that you need to install Docker and sshbuild imagestart docker containerconnect docker container with sshInstall Docker(if need)refer to docker doc to installBuild Imagewget https://raw.githubusercontent.com/miaoec/sui-dev-docker/main/Dockerfile docker build -f Dockerfile --build-arg USER=${USER} PASSW={PASSW} -t sui-dev:latest . #Example #docker build -f Dockerfile --build-arg USER="root" PASSW="root" -t sui-dev:latest . Start Docker Containerdocker run -dit -p 56000:22 --privileged sui-dev:latest Using the Sui-dev ContainerConnect Docker With SSHssh ${USER}@${HOST_IP} -p 56000 Connect Container With Vscoderefer to vscode doc and vscode-extention ms-vscode-remote.remote-ssh doc to install ## Publication Information - [poemiao](https://paragraph.com/@poemo/): Publication homepage - [All Posts](https://paragraph.com/@poemo/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@poemo): Subscribe to updates