Skip to content

Commit

Permalink
docs/dapp-development/docker-setup/docker_qstart_manage.md: fix code …
Browse files Browse the repository at this point in the history
…blocks.
  • Loading branch information
pnx committed Dec 30, 2021
1 parent 78d0af8 commit aa8f792
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/dapp-development/docker-setup/docker_qstart_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ grand_parent: dApp Development

To exit your interactive bash session (without stopping your container), press `ctrl-p` + `ctrl-q` to send an escape sequence. The console prints:

```shellread escape sequence```
```shell
read escape sequence
```

The command above returns you to your host's command prompt. You can verify that your container is still running by using the `docker ps` command:

```shell
docker ps
```
```

To re-attach to your bash session, use the `docker attach` command.

Expand All @@ -26,13 +28,13 @@ To stop your container, use the `docker stop` command.

```shell
docker stop waxdev
```
```

To re-start your container, use the `docker start` command.

```shell
docker start waxdev
```
```

Now that you've set up your Docker environment, you're ready to follow the guides in this section. While it's not required to complete the [WAX Blockchain Setup](/wax-developer/docs\dapp-development\wax-blockchain-setup) in the next tutorial, we still recommend downloading the source code to access code samples and **make** scripts.

Expand Down

0 comments on commit aa8f792

Please sign in to comment.